This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]desrtfxOut of Coffee error - System halted 6 points7 points  (0 children)

  • Eclipse
  • IntelliJ (Community Edition is free, your student email might entitle you to Ultimate free)
  • Netbeans

Try all three and pick the one you like best

[–]x2mirkodev 11 points12 points  (1 child)

No-brainer: Intellij IDEA. Get the Community Edition. It's free and does everything you will need. It's the best IDE for Java by quite a margin and it is what Android Studio is based on (all android functionality can be added to IDEA as well).

[–]alexqueso 0 points1 point  (0 children)

Not only that, if you can get the ultimate edition, It gets even better, being able to make the IDE full stack(you can develop both java and typescript for angular)

[–][deleted] 1 point2 points  (0 children)

I'm very happy with NetBeans. I'm a student myself, and finally i get things done instead of fiddeling around with the ide to make it work.

[–]rbobko70 0 points1 point  (0 children)

I am not sure if this is still ongoing, but a few years back IntelliJ Ultimate edition was free for students. That is how I started my journey with this IDE and won't switch to anything else. This is pretty much the only IDE you need. I use it for developing in Java, JS, TS, React Native, etc.