Merge pull request #669 from ArturSkowronski/master

jar: add page
This commit is contained in:
Igor Shubovych
2016-01-15 18:58:27 +02:00

7
pages/common/jar.md Normal file
View File

@@ -0,0 +1,7 @@
# jar
> Java Applications/Libraries Packager.
- Unzip .jar/.war file to the current directory:
`jar -xvf *.jar`