execute jar file in cmd 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