java run jar file command line code example
Example 1: run jar file command line
java -jar <jar-file-name>.jar
Example 2: compile jar file command
jar cvf example.jar *
Example 3: open jar file with command prompt
For Linux:
java -jar <filename>.jar
Example 4: run jar file
java -jar yourFile.jar