Revision [29911]
This is an old revision of jar made by darkcity on 2014-01-19 08:30:28.
jar
The .jar refers to a collection of Java package multiple Java source files. This is run by the JavaRuntimeEnvironment.
Run from commandline
Change to the same directory as the JAR file and run it. Use the cd command to change to the correct directory. Once inside the correct directory, run java -jar app.jar (app.jar = .jar filename)
Related Webpages
Categories
CategorySoftwareCategoryComponent