Hi, I have added the xalan.jar, xml-apis.jar and the xerces.jar to my classpath.
When I run my application I have the following error: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXException: javax.xml.parsers.FactoryConfigurationError: Provider for javax.xml.parsers.SAXParserFactory cannot be found However when I add my xerces.jar as first to my classpath and then xalan.jar there's no problem at all. Everything works fine. I don't find it normal that I have problems depending on the sequence of adding my jar's. Does someone know what the reason is of my problem and has any solution? My classpath is builded dynamically so I can't depend on the sequence! Thanx
