I am having some trouble with a CFOBJECT type=JAVA. I have the following:
<CFOBJECT TYPE=JAVA ACTION=CREATE CLASS="com.lotus.xsl.XSLProcessor" NAME=xslProcessor>
I keep getting the following error:
java.lang.NoClassDefFoundError: com/lotus/xsl/lotusxsl. Java exception occurred in attempt to locate class 'com/lotus/xsl/lotusxsl' (you should verify that the class is in the CLASSPATH).
I am not sure what the name and class of the XML processor should be. I've download the LotusXSL processor from IBM.
How can I get this to work (ie, the CFOBJECT class and name and the Class path.
<CFOBJECT TYPE=JAVA ACTION=CREATE CLASS="com.lotus.xsl.XSLProcessor" NAME=xslProcessor>
I keep getting the following error:
java.lang.NoClassDefFoundError: com/lotus/xsl/lotusxsl. Java exception occurred in attempt to locate class 'com/lotus/xsl/lotusxsl' (you should verify that the class is in the CLASSPATH).
I am not sure what the name and class of the XML processor should be. I've download the LotusXSL processor from IBM.
How can I get this to work (ie, the CFOBJECT class and name and the Class path.