Hi,
I have written a simple appl(reading from xml file and printing to
system.out) with SAX api (xerces), and it compiled perfectly. However,
execution error is "No classdef found org/.../XMLParser"
Same error resurfaces using DOM api(dom4j) for same purpose..
Any pointers are welcome... :)
thnks in advance
regs
suri - 22 Jan 2006 10:17 GMT
Add xml-apis.jar and xmlParserAPIs.jar that are distributed with xerces
to your classpath and that would help.
/Suresh