Category: Java
Playing with .jar files
For archival purposes. Operation Command To create a JAR file jar cf <em>jar-file input-file(s)</em> To view the contents of a JAR file jar tf <em>jar-file</em> To extract the contents of a JAR file jar xf <em>jar-file</em> To extract specific files from a JAR file jar xf <em>jar-file archived-file(s)</em> To run an application packaged as a JAR file (version 1.1)…