Which is the best JAVA IDE out there?

Status
Not open for further replies.

ajaybc

Youngling
Joined
Feb 1, 2007
Messages
733
Which is the best JAVA IDE out there?
It should be user friendly and should have a great help file because Iam new to JAVA.
Please help.
 
Last edited:

infra_red_dude

Wire muncher!
Joined
Nov 5, 2003
Messages
6,119
JCreator if want it simple, NetBeans if you want more help and official stuff like that.
 

QwertyManiac

Commander in Chief
Joined
Jul 17, 2005
Messages
6,575
I like to use Eclipse for Java, but its a tad heavier than what's suggested already. :)
 

sakumar79

Technomancer
Joined
Nov 28, 2004
Messages
2,416
The best way to learn a new language is to use a barebones IDE such as BlueJ (for Java) and Dev C++ (for C++)... Using these will ensure that you do all the coding yourself instead of relying on a software to insert code snippets etc...

If you want to use it for programming once, you may not be particular about picking up nuances of the coding... In that case, you can go for powerful IDEs like Eclipse/Netbeans...

BTW, the best help for Java is found in the Sun Java website (a few downloadable tutorials, and the documentation for the classes)

Arun
 

Faun

Wahahaha~!
Staff member
Joined
Dec 8, 2006
Messages
9,781
first start out without any IDE, use Notepad++, just coz u want to understand JAVA.

Then if u r workin on a project, use Eclipse IDE.
 

sachin_kothari

Ambassador of Buzz
Joined
Dec 13, 2004
Messages
567
I have heard a lot about Eclipse, though never used it.
I used Sun Java Enterprise Edition 8 for my final year project and it did my work just well.
And yes, it is resource hungry.
 

lywyre

Cyborg Agent
Joined
Aug 18, 2004
Messages
1,211
I have used IntelliJ, WebSphere and Eclipse. Out of these ItelliJ is the easy option for beginners.
 

Zeeshan Quireshi

C# Be Sharp !
Joined
Jun 9, 2006
Messages
1,801
Yup i Prefer Eclipse for Heavy Development .

and JCreator for some lightweight school-stuff programming .

Although considering the Configurations of Current Computers , Eclipse would not be considered heavy in any way .
 

redhat

Mad and Furious
Joined
May 28, 2006
Messages
450
Since you are new, I highly recommend BlueJ.
It is a very user friendly IDE, later you can try using Eclipse, which is also very good.
BlueJ can be got at: www.bluej.org
 

shaunak

Tux Fan
Joined
Mar 5, 2004
Messages
1,210
if you are new Idd suggest BlueJ. Its graphical class and inheritance representation is very cool.

For something a little more powerfull: Eclipse
 
Status
Not open for further replies.
Top