+ 2
How can we directly launch java application from desktop as i consistencely need one of my program to run without an ide
Please suggest an appropriate answer I am talking about something like a game made of which can be accessed directly without opening a ide
5 ответов
+ 10
Umm... You compile your code to make a standalone executable, you don't have to run java through IDE...
+ 2
Thank you for ypur great answer
+ 2
if you have the jdk installed on your computer you don't need an ide https://users.soe.ucsc.edu/~eaugusti/archive/102-winter16/misc/howToCompileAndRunFromCommandLine.html
+ 1
How can we just do that through bluej or eclipse as i dont know how to make a "standalone executable" i just know how to code thats it