jar开包后再jar压缩包

atom_lxh / 2024-08-23 / 原文

mkdir temp

cd temp

jar -xf ../JavaDemo.jar

// 修改

cd ..

jar -cvfM JavaDemo.jar -C temp/ .