vote up 0 vote down star

Can you please suggest a good IDE for programming in Java. Thank you.

flag

closed as exact duplicate by paxdiablo Nov 11 '08 at 21:59

4 Answers

vote up 2 vote down

Hello, for start I would suggest NetBeans http://netbeans.org/ it is very simple and easy to use some other well known IDEs are

Eclipse eclipse.org BlueJ www.bluej.org

link|flag
vote up 1 vote down

As was mentioned in another answer, this has probably been answered before, but since I really like replication here's my response:

  • NetBeans is very good for simplicity. It makes most tasks very, very quick.

  • Eclipse has more advanced refactoring/formatting stuff than NetBeans does (by default) so a lot of people are pulled in by that. It's a good choice too, and probably the most popular IDE.

  • IntelliJ IDEA, unlike the previous two, costs money but from everyone I know who uses it, it is the creme de la creme of IDEs. People don't seem to ever try it and then "go back" to their old IDE.

link|flag
vote up 1 vote down

IntelliJ with the caveat that you have to take the time to learn it - all the various keystrokes that can make coding so much quicker.

That goes for any IDE - take 15 minutes each week to learn a bit more about whichever IDE you use.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.