How can we directly launch java application from desktop as i consistencely need one of my program to run without an ide | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

1st Mar 2019, 12:50 PM
Rajb957
Rajb957 - avatar
5 Answers
+ 10
Umm... You compile your code to make a standalone executable, you don't have to run java through IDE...
1st Mar 2019, 12:55 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
Thank you for ypur great answer
1st Mar 2019, 1:03 PM
Rajb957
Rajb957 - avatar
+ 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
1st Mar 2019, 3:32 PM
Ore
Ore - avatar
+ 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
1st Mar 2019, 12:57 PM
Rajb957
Rajb957 - avatar