Java object failed to create
Hi everyone,
I have a Java class and want to deploy it in ColdFusion. I put the class file at C:\ColdFusion9\wwwroot\web-inf\classes. However, on my Vista machine everything works fine. But it fails on my windows7 machine. On windows7, It seems that the page that uses this Java object simply stop working. The page displays the navigation menu at the very top first, then it supposes to display some messages output by this object but it does not. And on that page any code after the Java object creation does not get executed. The only thing this page displays is the navigation bar and the background color. I suspect this may have something to do with Vista being 32 bit and windows 7 being a 64-bit machine? Is this correct? Anyone encountered the same problem before and knows the answer?
Thanks in advance for helping!!
