jar 打包和解压

解压jar包

unzip xxx.jar -C /tmp/test

打包jar

#M 不创建MANIFEST.MF  0 不压缩
jar cvfM0 xxx.jar -C /tmp/test/ .
posted @ 2024-08-01 20:46  shenshu  阅读(18)  评论(0编辑  收藏  举报