Answers for "running java file with jar from command line"

2

open jar file with command prompt

For Linux:

java -jar <filename>.jar
Posted by: Guest on December-14-2020

Code answers related to "running java file with jar from command line"

Browse Popular Code Answers by Language