+ 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!
8 Respostas
+ 2
If you mean IDE. I would prefer Eclipse it is portable and 100% free;)Enjoy it! But there are lots of others:)
+ 2
any ide is enough
+ 2
Thank you everyone, I have installed it now!
+ 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?
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.
0
I don't really know.Have you installed the Java Runtime Environment?
0
Also you can try to use NetBeans IDE,it is also very useful
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.