Videos
What is a Java IDE?
Which Is the Best IDE for Java?
What Is Java IDE and JDK?
I have been using java for 2 years now since it is the main programming language in my college and i was coding on Eclipse IDE but i started to hate it and want to change to other options
My friends recommended these two for me
1- IntelliJ IDEA 2- Visual Studio Code
I have looked for both of them but couldn’t decide which one is better for me
In your opinion which one of them will you choose and please tell me why
Thank you
Edit: Thank you all for your assistant and tips i have decided to stick with IntelliJ IDEA and so far i really love it, i tried VS code and it was code but it has some issues i also gave neat beans a try but it didn't work for me and i didn't really like it,
I recommend NetBeans IDE and of course it is free.
Check out Swing GUI Builder Features
I'd say it depends on which GUI framework you are going to use:
- For Swing, the NetBeans Swing GUI builder seems to be the best choice (though there are visual editors for Swing in Eclipse too)
- For JavaFX, the choice is pretty clear
- For Eclipse (i.e. SWT, JFace, RCP) the Eclipse IDE for Java plus the visual editor would probably be the best way to go
Now which to choose, of course, is a different question.