Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Parser and XSL Processor Problems

Status
Not open for further replies.

khurram

IS-IT--Management
Jan 10, 2001
95
CA
I am having some trouble with a CFOBJECT type=JAVA. I have the following:

<CFOBJECT TYPE=JAVA ACTION=CREATE CLASS=&quot;com.lotus.xsl.XSLProcessor&quot; 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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top