posted 20 years ago
I have an app that I want to jar with its resources.
I have a dir structure such as this -
The problem is I don't know how many images will be in each dir. Even if I did, I'm not going to hand code all the names, that would be silly. If I know ahead of time the specific filename, I can already load that from the jar file.
How do I 'parse' or examine the jar file to get the names out? I don't have a seperate jar, everything is in one jar.
Help, please!
Thanks,
Aaron R>