Reading XML/XSD from inside a jar
843834Nov 28 2006 — edited Nov 28 2006Hello,
I have a progam that reads xml and xsd archives. Developing with Eclipse, everything works, but when I export the project to a jar file and I execute it, XML and XSD archives can't be read.
The jar is created correctly and the files are inside it. I load the xml with ClassLoader and it return where the file is but when I try to build the Document with SAXBuilder I get a java.io.FileNotFoundException: exception