Parcourir la source

Create jar with handy info about usage of jar

Artur Skowronski il y a 9 ans
Parent
commit
c6288e06c8
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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`