i'd like to access a zip file that is located inside of a jar archive. I thought that i should be possible with the capabilities of NIO 2, but it doesn't seem to work for me. Does somebody know how and if it is possible?
I already read that it wasn't possible before NIO 2 without extracting the zip file first and i also read that the TrueZIP library offers this function. But i'd like to solve the problem with the "native" abilities of Java.
Best regards,
David