Hi,
I am very new to Java. I am trying to use java to parse an XML and XSL file into a plain text file. This procedure is using a new class in a jar file. The files location has been added to the PATH environment variable as well as CLASSPATH (using WINDOWS 2000). No luck.
The command being used is:
java -D com.jclark.sax.xsl.Driver <xml_file> <xsl_file> <output file>
Error returned is:
Exception in thread "main" java.lang.NoClassDefFoundError: com/jclark/sax/xsl/Driver
Thanks,
Vivek