Explorar el Código

Create jar with handy info about usage of jar

Artur Skowronski hace 9 años
padre
commit
c6288e06c8
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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`