I have class not found exception:

Exception in thread "AWT-EventQueue-0" javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:104)
at org.apache.commons.modeler.util.DomUtil.readXml(DomUtil.java:284)
at org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.execute(MbeansDescriptorsDOMSource.java:130)


I did include the xerces libs in the class path:

xercesImpl.jar
xml-apis.jar
xmlParserAPIs.jar
resolver.jar

Looking in the JRE/JDK lib/ext folder to see if the xerces are already there, and I didn't see anything.

Could someone please let me know how to fix this? I searched the web, and there are some pages about this error, but I found no answer from these pages.

Thank you.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to