[jdom-interest] SAXNotRecognizedException

Detlef Schulze detlef.schulze at jaide.de
Sun Apr 20 08:48:06 PDT 2003


Did you check if the class is contained in the .jar?

My Xerces libs contain org.xml.sax.SAXNotRecognizedException not in XercesImpl.jar but in xmlParserAPIs.jar.

Anyway, a quick "jar -tvf xerces.jar" shows you the content of the jar.


hth
Detlef
  ----- Original Message ----- 
  From: Robert R. Roxas 
  To: jdom-interest at jdom.org 
  Sent: Friday, April 18, 2003 4:14 AM
  Subject: [jdom-interest] SAXNotRecognizedException


  Hello,
   
  I'm using jdk1.3.1 and I've got an error when running my java program using JDOM. This error is already mentioned in the FAQ of the JDOM web page. My classpath contains the path to "xerces.jar" and both "jdom.jar" are found in both ext directories as mentioned in the FAQ. But I still have the error: 
   
  java.lang.NoClassDefFoundError: org/xml/sax/SAXNotRecognizedException. 
   
  What's wrong?
   
  Thank you very much.
   
  Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20030420/79214707/attachment.htm


More information about the jdom-interest mailing list