B
Bryan
Hello all,
I'm wondering if it's possible to directly access files in a JAR. For
example, I have a JAR called foo.jar, and inside that JAR is a package
called my.foo.package. Within that package, I have an XML file that I
need to be able to parse. Before sticking the package in a JAR, I
could simply do something like:
parser.parse("src/my/foo/package/bar.xml")
Is there a way to do something similar to this when the XML file is
inside a JAR?
Thanks in advance! -- BTR
I'm wondering if it's possible to directly access files in a JAR. For
example, I have a JAR called foo.jar, and inside that JAR is a package
called my.foo.package. Within that package, I have an XML file that I
need to be able to parse. Before sticking the package in a JAR, I
could simply do something like:
parser.parse("src/my/foo/package/bar.xml")
Is there a way to do something similar to this when the XML file is
inside a JAR?
Thanks in advance! -- BTR