1

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

7zip cmd download

4

1 回答 1

1

使用 7zip。打开存档,然后将文件夹拖到您要放置的位置。

于 2013-01-18T00:52:30.533 回答