Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Mayank Sharma
3,025 PointsWhich IDE should i install?
I am learning java , so which IDE should i install on my system?
3 Answers
Derek Markman
16,291 PointsIn most of the java course videos they will use Intellij IDEA if I recall correctly, but once you become comfortable in one IDE you will be able to quickly start using an unfamiliar one. The only IDE I've ever used is intellij and I really like it. Plus, if you were to start delving into android development, google's official IDE for android dev. is called Android Studio, which is based off of Intellij's framework. So, you won't have hardly any trouble transferring over if you learn how to use intellij.
Jeremy Hill
29,567 PointsI would go with Eclipse, but I also have netbeans installed for when I add forms into my programs- it is real helpful with that kind of thing.
Lukas Dahlberg
53,736 PointsEclipse AND Intellij IDEA. Both are useful, but I find Eclipse preferable for web development (it's easier to update JS files, for instance), it's a little easier to set up in terms of preferences, and it doesn't have extraneous files in the project model which one has to ignore when using Git, but Intellij is my preference for pure Java because it has a cleaner interface, it does a better job building directories than Eclipse, and the documentation is better.
Jeremy Hill
29,567 PointsJeremy Hill
29,567 PointsEclipse is in my opinion the best because of the user interface.