I need to read the contents of /test/a.xml from the test.jar file (they are both variables, of course, not constant). What is the easiest way to do this?
File file = new File("test.jar"); String path = "/test/a.xml"; String content =
java jar
yegor256 May 30 '13 at 17:21 2013-05-30 17:21
source share