We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to execute a method in a jar which internally it calls to com.ctc.wstx.stax.WstxInputFactory. JCL throws the following exception
javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
I have call to JarClassLoader to load all the jars in a folder
JarClassLoader jc = new JarClassLoader(); jc.add("C:\test\lib\") ;
and woodstox-core-asl.jar is in that folder.
What did I do wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to execute a method in a jar which internally it calls to com.ctc.wstx.stax.WstxInputFactory. JCL throws the following exception
javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
I have call to JarClassLoader to load all the jars in a folder
JarClassLoader jc = new JarClassLoader();
jc.add("C:\test\lib\") ;
and woodstox-core-asl.jar is in that folder.
What did I do wrong?
The text was updated successfully, but these errors were encountered: