diff --git a/pages/common/jar.md b/pages/common/jar.md index 32b82782bd..5580475653 100644 --- a/pages/common/jar.md +++ b/pages/common/jar.md @@ -3,6 +3,10 @@ > Java Applications/Libraries Packager. > More information: . +- Recursively archive all files in the current directory into a .jar file: + +`jar cf {{file.jar}} *` + - Unzip .jar/.war file to the current directory: `jar -xvf {{file.jar}}`