I'm new to java development and have started out using eclipse, what other tools should I be looking at?

I'm coming from TextMate and Vim so its a big change, any advice?

link|improve this question

Also, duplicate of stackoverflow.com/questions/408929/… – Sean Vieira Oct 20 '10 at 20:50
My favorite is IntelliJ IDEA, but there's NetBeans as well. – ColinD Oct 20 '10 at 20:51
2  
The question is a bit vague. Eclipse is popular. NetBeans may be popular. There are others. I suspect that the answer for this question will always be a variation of "Hands down, the best possible Java IDE is the one I use! All others are terrible or I would use them." Fill in the blank of "I use" with what ever IDE you prefer. My answer is "Of course, Eclipse is the best because I use it." – DwB Oct 20 '10 at 20:52
feedback

closed as not constructive by Pablo Santa Cruz, jjnguy, EboMike, FrustratedWithFormsDesigner, ColinD Oct 20 '10 at 20:50

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

If you're coming from Vim, you can ease the change by using the VI capabilities available for common IDEs - both Eclipse and Intellij have VI plugins (here and here).

link|improve this answer
feedback

I don't know if it's the best, but my personal favorite is Eclipse.

link|improve this answer
feedback

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