0
how to run a java program
how to run a java program
11 Respuestas
+ 8
If you want to run Java from command prompt,
"javac my_program.java" for compilation.
"java my_program" for execution.
+ 3
download a java ice on your PC like eclipse , netbeans , intellij etc .
I suggest download netbeans from :
https://www.oracle.com
+ 2
Download it , jdk and then simply install and run .
Do this and then click on the open project and click java project . Create a project and click on the run button .
For more details you can search it on YouTube .
+ 2
well you didn't mentioned that in the question thought . However as I know you can work with assembly language in command prompt .
0
plz tell
0
how to use them
0
im having net beans
0
how to run on cmd prompt
0
but i saw many programmers executing java programs through cmd prompt
0
im having netbeans lets see if it works then