Quote:
|
Originally Posted by harimadhavbalu
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/parsers/SAXParser
|
Actually the error has already told you what the problem is: Java couldn't find your Apache Xerces SAX parser. Are you sure the Xerces JARs are on your classpath?
http://xerces.apache.org/xerces-j/