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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Provider org.apache.crimson.jaxp.SAXParserFactoryImpl not found

843834Nov 20 2002 — edited Nov 20 2002
Hi,

I have downloaded the JAXP to try XML processing with Java. I'm following a tutorial from Sun's webpage, but I encounter the following problem when I launch the application :

javax.xml.parsers.FactoryConfigurationError: Provider org.apache.crimson.jaxp.SAXParserFactoryImpl not found
at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
at XMLTest.main(XMLTest.java:80)

This exception is launched on :
SAXParserFactory factory = SAXParserFactory.newInstance();

I'm using J2SE1.3.1_06 and java_xml_pack-summer-02_01. Have you ever encountered this kind of problem ?

Thanks for helping
Christophe
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2002
Added on Nov 20 2002
5 comments
618 views