Przeglądaj źródła

Create jar with handy info about usage of jar

Artur Skowronski 9 lat temu
rodzic
commit
c6288e06c8
1 zmienionych plików z 7 dodań i 0 usunięć
  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`