I need to copy a folder, packed in a Jar on runtime. I want to do it by calling a function in a class which is also contained in the same folder.
I\'ve tried using <
Jar is simple ZIP file. You can use java.util.zip.* package to decompress files.