Recommended software for coding with Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Recommended software for coding with Java

Does anyone know which free software that I should install in my laptop to start coding with Java? Your suggestion would be much appreciated. Thank you very much!

22nd Mar 2018, 6:38 AM
Retno Suci Wulandari
8 Answers
+ 2
If you mean IDE. I would prefer Eclipse it is portable and 100% free;)Enjoy it! But there are lots of others:)
22nd Mar 2018, 6:46 AM
Highman
Highman - avatar
+ 2
any ide is enough
22nd Mar 2018, 7:03 AM
Jeremy
Jeremy - avatar
+ 2
Thank you everyone, I have installed it now!
22nd Mar 2018, 7:35 AM
Retno Suci Wulandari
+ 1
That is what I was thinking, sorry I forgot to ask you about that, should I install Java Runtime Environment or Java Development Kit? Is it easy to install?
22nd Mar 2018, 6:56 AM
Retno Suci Wulandari
0
Yes I meant IDE, I have tried to install Eclipse both the 32bit and 64bit but Eclipse could not be run, do you know why couldn’t I run Eclipse in my laptop? The laptop I am using is ASUS Windows 10 though.
22nd Mar 2018, 6:51 AM
Retno Suci Wulandari
0
I don't really know.Have you installed the Java Runtime Environment?
22nd Mar 2018, 6:53 AM
Highman
Highman - avatar
0
Also you can try to use NetBeans IDE,it is also very useful
22nd Mar 2018, 6:57 AM
Highman
Highman - avatar
0
yes it is very easy to install.But I think the JRE should be preinstalled in the system.JRE is virtual mashine for executing java bytecode(compiled Java classes).The eclipse is completly written in java.For development you need to have JDK.The JRE is inside the JDK also.
22nd Mar 2018, 7:00 AM
Highman
Highman - avatar