Hi All! I've been trying to figure out how to get a CFX tag I've written in Java to work.
In order to work, this CFX imports classes from some custom libraries contained in two separate JAR files. (lib1.jar and lib2.jar) Now, I'm able to get the CFX registered and it parses and starts executing but I keep getting this error: java.lang.NoClassDefFoundError: [Package Name]/[Class Name]. Java exception occurred in call to method. Where [Package Name]/[Class Name] is a member of lib1.jar. Hence, it's as if CFSERVER when executing the CFX doesn't use the Class Path variable or doesn't load the libraries. Any ideas? Server Config Info: CFServer is using J2SE-1.4.0-rc runtime environment. The server is setup like this: Server Product ColdFusion Server Version 4, 5, 0, 0 Edition Professional Serial Number *************** Operating System Windows NT OS Version 4.0, Service Pack 6 OS Build Number 1381 Java Settings in CFAdministrator are : Load JVM when starting ColdFusion [checked] Java Virtual Machine Path [JRE Path]\bin\client\jvm.dll Class Path [JRE Path]\lib\rt.jar;[ColdFusion Path]\Java\classes\lib1.jar;[ColdFusion Path]\Java\classes\lib2.jar Initial Heap Size K 1024 Max Heap Size K 16384 System Options [none] Implementation Options [none] CFX Jar Path [ColdFusion Path]\Java\classes Thanks for any feedback, Marc Campeau - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Marc Campeau" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
