0
Which software is there to run Java program?
Silly but important question for me as I'm new in learning Java. Can anyone suggest best software to run Java Program?
4 Answers
+ 2
JDK
+ 2
to run, it is called JRE - the Java Runtime Environment. You can normally invoke it with 'java program'.
0
You have the virtual environment that java runs on (JDK,JRE)
Then you have the IDE platform where you can write your programs on.
I believe most of us prefer Eclipse.
0
Netbeans