longmatch
Programmer
- Nov 1, 2001
- 406
I downloaded a XML parser files written in Java from Wrox website. I followed the instruction in the Beginnig XML book to install JRE. The JRE works fine. But when I run the validate program, I have the error "Exception in Thread "Main" java.lang.noClassDefFounderError: Validate.
The command I used is "java wrox.Validate name2.xml". The validate is a bat file, and the command it include is
@Echo off
java -cp classes;xerces.jar wrox.Validate %1 %2 %3 %4
The name2.xml, validate.bat, and Xerces.jar are in the same directory of Wrox. I would like to know how to run my XML parser.
If need more information to solve my program, let me know.
Thanks
haijun
The command I used is "java wrox.Validate name2.xml". The validate is a bat file, and the command it include is
@Echo off
java -cp classes;xerces.jar wrox.Validate %1 %2 %3 %4
The name2.xml, validate.bat, and Xerces.jar are in the same directory of Wrox. I would like to know how to run my XML parser.
If need more information to solve my program, let me know.
Thanks
haijun