I\'m trying to access an XML file within a jar file, from a separate jar that\'s running as a desktop application. I can get the URL to the file I need, but when I pass tha
Looks like you want to use java.lang.Class.getResourceAsStream(String), see
java.lang.Class.getResourceAsStream(String)
http://java.sun.com/javase/6/docs/api/java/lang/Class.html#getResourceAsStream(java.lang.String)