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!

javax.xml.parsers.FactoryConfigurationError: Provider not found

843834Apr 20 2004 — edited Apr 20 2004
Hi, i'm using web services un a applet; when the client web server try to connect to the server i get the following error
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
I already try to define the provider with the following code "System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");", but i got the same error;
P.D. the error doesn't happend when i use Netscape, only with IE.

Thanks in Advanced.
Jose Antonio Chirinos.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2004
Added on Apr 20 2004
4 comments
438 views