Just a learning of the day!! Not a big deal:-)
If you have a .jar file and wanted to invoke using command promt..
Run the .jar file using the following command (the main method of your java application executes):
java -jar [Jar file Name]
This would launch your application.
More details @ http://www.wikihow.com/Run-a-.Jar-Java-File
If you have a .jar file and wanted to invoke using command promt..
Run the .jar file using the following command (the main method of your java application executes):
java -jar [Jar file Name]
This would launch your application.
More details @ http://www.wikihow.com/Run-a-.Jar-Java-File
No comments:
Post a Comment