Hello All , I am trying to use the CFOBJECT tag as follows : <CFOBJECT ACTION="Create" TYPE="Java" CLASS="plaf" NAME="myJava" > <CFSET ret = myJava.init()> plaf is actually an applet which is in the same directory as the file which calls it through the CFOBJECT . ( it is also in the directory E:\Tcat\jakarta-tomcat-3.2.1\Classes : my classpath) I have set up my CF administrator settings up as follows: Java Virtual Machine Path : E:\jdk1.3.1\jre\bin\server Class Path : E:\Tcat\jakarta-tomcat-3.2.1\Classes But I keep getting errors such as this: Error Occurred While Processing Request Error Diagnostic Information Unhandled System exception ! java.lang.NoClassDefFoundError: plaf. Java exception occurred in attempt to locate class 'plaf' (you should verify that the class is in the CLASSPATH). The error occurred while processing an element with a general identifier of (CFOBJECT), occupying document position (49:1) to (49:66) in the template file Thanks for any help , Yogesh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
