RE: cfobject is not working in CFMX --- urgent issue

2003-05-29 Thread Bryan Love
don't know about CFMX, but in other versions of CF you need the full path to the jvm.dll. This is what I have and it works: Java Virtual Machine Path c:\jre\1.2\bin\classic\jvm.dll +---+ Bryan Love Database Analyst Macromedia Certified

RE: cfobject is not working in CFMX --- urgent issue

2003-05-29 Thread webguy
Assuming cfmx is installed into c:\cfusionmx Put classes into C:\cfusionmx\wwwroot\WEB-INF\classes Put the jars into C:\CFusionMX\wwwroot\WEB-INF\lib that will get you up quickly. but you should readup on the java/cfmx stuff, http://www.macromedia.com/devnet/mx/coldfusion/articles/java.html WG