Jar
From MEPIS Documentation Wiki
(Difference between revisions)
Jerry bond (Talk | contribs) (Created page with "A jar file is a Java Archive file, which is actually a zip file with some embedded metadata. You can open it with the command: $ java -jar filename.jar") |
Jerry bond (Talk | contribs) |
||
| Line 3: | Line 3: | ||
You can open it with the command: | You can open it with the command: | ||
$ java -jar filename.jar | $ java -jar filename.jar | ||
| + | |||
| + | [[Category:Software]] | ||
Latest revision as of 21:25, 21 March 2012
A jar file is a Java Archive file, which is actually a zip file with some embedded metadata.
You can open it with the command:
$ java -jar filename.jar