Category: Java

  • Playing with .jar files

    ,

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