How to run jar file in cmd.
After you have installed the java in your system.
Just type the following commands in the cmd/terminal.
java -jar yourJarFile.jar
How to run jar file in cmd.
After you have installed the java in your system.
Just type the following commands in the cmd/terminal.
java -jar yourJarFile.jar
留言