Linux: Using zip/unzip to add, update, and remove files from a Java jar/war
If you need to manipulate a Java archive such as a jar or war, and do not have access to the jar utility (it only comes packaged with the JDK, not JRE), you can always use the standard GNU zip/unzip utilities.