Create jar with handy info about usage of jar

This commit is contained in:
Artur Skowronski 2016-01-14 13:38:18 +01:00 committed by Artur Skowronski
parent c18b91ae67
commit c6288e06c8

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`