The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-07-2007
cbkihong cbkihong is offline
Moderator
 

Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,422
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/
Reply With Quote