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, use the java command with the -jar option for example (app.jar = .jar filename)-
java -jar app.jar
Related Webpages
Categories
CategorySoftwareCategoryComponent
CategoryJava