I am trying to call FOP using JNI. I am having a peculiar problem. Calling on the thread on which the JVM is initialized is fine. But If I make the call  from a new thread I get the following error. Any help I can get with this would be very much appreciated.

Exception in thread "x#º" javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.SAXParserFactoryImpl not found
        at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:
93)
        at Test.test(Test.java:36)

Reply via email to