Skip to Main Content

Java Programming

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!

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

807580Sep 13 2010 — edited Nov 18 2010
Hi
I have created a exe of my application using Jar One.
I am using SAXParserFactoryImpl in my code for parsing.
I have added this jar xercesImpl.jar in Jar One. Because it is added in my class path so this exe is running well on my machine.
I have also set System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl");

Does it any posibilities to get following exception ?
+"javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found "+

While i run jar on my machine it is running without any error but when same jar get run by client , getting the above mentioned error.

If yes then can any one let me know that which condition could be cause for this exception.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2010
Added on Sep 13 2010
2 comments
1,259 views