Provider org.apache.xerces.jaxp.SaxParserFactoryImpl not found
843834Jul 27 2010 — edited Jul 28 2010Hi,
I have a sample java application, which read an xml and show a message from that xml. I am using xerces parser. I created one jar using application jar and lib, using OneJar.
when I run the final jar using Java -jar Application.jar, its showing exception
Provider org.apache.xerces.jaxp.SaxParserFactoryImpl not found. This is working on linux, but on windows, its not working.
What can be the problem ?
Thanks