+ 4

How do I get Java for coding?

I want to start coding using Java. I have a computer with 1TB storage and 4Gb memory, i believe that that is all i need to run it? But the real question is, what application should i use if i want to code with java, a link will be very useful, but a name should work as well... (I assume that you don't need the Java application to code java, it probably uses an other application for that...)

5th Jul 2018, 10:36 PM
Stephen Van Der Westhuizen
Stephen Van Der Westhuizen - avatar
5 Respuestas
+ 4
Your storage should be fine Here are some applications: https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-application.html IDE Good for beginners BlueJ is probably the simplest IDE; its main advantages are that it shows a diagram of how your classes relate to one another, and it has simple menus. http://www.bluej.org/ DrJava is also simple; its main advantages are that it allows you to test out individual Java statements, and the editor is more powerful. http://drjava.org/ JCreator is another simple IDE; its main disadvantage is that it only runs on Windows. The LE version is free. http://www.jcreator.com/index.htm
5th Jul 2018, 10:44 PM
Agent
Agent - avatar
+ 5
Bluej for beginners. Netbeans is official java ide. (available on java website for free)
6th Jul 2018, 5:33 AM
Haris
Haris - avatar
+ 2
Thank you, everyone!
6th Jul 2018, 12:12 PM
Stephen Van Der Westhuizen
Stephen Van Der Westhuizen - avatar
+ 2
In my opion you should start using notepad++ or sublime and compiling classes by yourself so you can learn how to!
7th Jul 2018, 4:28 AM
Chriptus13
Chriptus13 - avatar
0
But when you get experience, I think you should switch to IntelliJ IDEA
6th Jul 2018, 10:52 AM
ISkylake
ISkylake - avatar