How do you add the contents of a folder to a jar file without extracting it?
I would like to run it in a batch file.
I started using 7zip
7za x test.jar
copy test1 test
7za a test.zip -tzip
move test.zip test.jar
How do you add the contents of a folder to a jar file without extracting it?
I would like to run it in a batch file.
I started using 7zip
7za x test.jar
copy test1 test
7za a test.zip -tzip
move test.zip test.jar