Provider org.apache.crimson.jaxp.SAXParserFactoryImpl not found
843834Nov 20 2002 — edited Nov 20 2002Hi,
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