Youngjoon Ryu wrote: > and set classpath=d:\work\Xerces\xerces.jar > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/xerces/parses/AbstractDOMParse > error: Unable to instantiate parse (org.apache.xerces.parses.SAXParse)
Sounds like a classpath problem because those classes (and the "parses" package) don't even exist in Xerces2. Is something tucked away in your lib/ext directory of your JRE? -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
