Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SAX2 driver class ... not found

843834Dec 9 2002 — edited Dec 9 2002
I'm getting this error
org.jdom.JDOMException: Error in building: SAX2 driver class org.apache.xerces.parsers.SAXParser not found
and this is generated from the code
SAXBuilder parser = new SAXBuilder("org.apache.xerces.parsers.SAXParser");
I guess I need to add the Xerces jar file to my class path (I'm using JDOM and Java 1.3). If thats the case, where do I download the jar file from. On the other hand if thats not correct, then someone please point me in the right direction.
Your help is much appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2003
Added on Dec 9 2002
2 comments
405 views