I have read the posts:
http://stackoverflow.com/questions/320510/viewing-contents-of-a-jar-file
and
http://stackoverflow.com/questions/1429172/list-files-inside-a-jar
But I, sadly, couldn't find a good solution to actually read a JAR's content (file by file).
Furthermore, could someone give me a hint, or point to a resource, where my problem is discussed?
I just could think of a not-so-straight-forward-way to do this:
I could somehow convert the list of a JAR's resources to a list of
inner-JAR URLs, which I then could open using openConnection().