Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java xerces DocumentBuilderFactoryimpl not found - What to do?

Tags:

java

xerces

jboss

I get this message :

javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImp

but i can't seem to solve the problem. I have googled, but can't find any good solutions.

Does anyone have an idea of what could be wrong? And maybe how to solve it :)

like image 335
Ikky Avatar asked Jul 01 '26 02:07

Ikky


1 Answers

The org.apache.xerces is from the Apache Xerces package, and something in your application has a dependency on it. Try downloading it (latest version is 2.9.0) and adding it to your application's classpath.

like image 63
skaffman Avatar answered Jul 02 '26 15:07

skaffman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!