1.进入到jar包目录 cd /xx/xx/xx/ 2.解压jar包文件 jar xf test.jar 3.对解压后的文件进行修改操作 4.将修改后的文件打成jar包 jar cvf0M test.jar ./