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?

12th Jun 2017, 10:39 AM
Mayur Baghele
Mayur Baghele - avatar
4 Answers
+ 2
JDK
12th Jun 2017, 10:40 AM
Gurdeep Karir
Gurdeep Karir - avatar
+ 2
to run, it is called JRE - the Java Runtime Environment. You can normally invoke it with 'java program'.
12th Jun 2017, 10:48 AM
Venkatesh Pitta
Venkatesh Pitta - avatar
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.
12th Jun 2017, 11:00 AM
Limitless
Limitless - avatar
0
Netbeans
12th Jun 2017, 1:21 PM
Leon D
Leon D - avatar