Is it possible in Java read files placed in a Jar that it's placed in a Ear too? -


i wondering if possible find content in xml file placed in jar thath placed in ear too. me find properties of java beans.

up ear can iterate through documents , see what's inside, if jar can't iterate documents inside that.

someone can give me advice?

from ear file should able extract jar file. can use winzip, 7 zip, etc explore jar file contents gui. or can run jar tf command extract content of jar file in command line. if don't have of these tools , using windows, can rename jar file .zip , windows should able explore (most of cases works).

edits - not sure if wanted using java. in case looking jarfile. found example of here exploring jar contents programatically.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -