Browse Source

Create jar with handy info about usage of jar

Artur Skowronski 9 years ago
parent
commit
c6288e06c8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pages/common/jar.md

+ 7 - 0
pages/common/jar.md

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