What is a good IDE for Java?

Started by
20 comments, last by NickNickNick 19 years, 8 months ago
Can anyone who has had experience with different IDE's for Java tell me which you'd prefer? Also, explain why you prefer it over the other ones. Thanks, Taylor
Advertisement
Personally I kind of like Ready To Program. It doesn't complain about your code if it is outdated (will complain if it doesn't work though). Its also good when it comes to finding libraries and such. Its good at finding your errors and its got a pretty good colouring scheme for coding. The compiler isn't bad (I prefer Sun's compiler).

There is also Bean (I think that's what its called at least) it's also pretty good (didn't use it all that much though).
--Ter'Lenth
Well NetBeans, which you can dowload on Java's home website, is one of my options. But there are others like:

JCreator http://www.jcreator.com/

Textpad http://www.textpad.com

Eclipse http://www.eclipse.org/

How about those? How do these compare with others? Some of them don't have a debugger, but I'd like one with it.
My favourite is Eclipse because its free and has a ton of features.
It does not have a GUI editor but i have never needed it.
Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks.
I would also second eclipse. It's simple to setup CVS access directly within eclipse, it has auto-complete / intellisense, and it has a reasonably intuitive interface. I also have quite a few problems with eclipse. It performs rather sluggishly, has a whopping 60meg basic memory footprint and imo eclipse completely copped out of directly integrating various aspects of an IDE such as debugging, repository access, etc.. Instead you have 'perspectives' which provide a unique interface for every different aspect. It's somewhat annoying to be forced to manually swap perspectives. The "perspective" system also comes off feeling like a hack as opposed to an innovation. On the other hand I'm sure that this methodology was chosen largely with ease of extensibility in mind, and appears to have succeeded. In all, I'm not a huge fan of eclipse, but it is one of the best IDEs for Java.
NetBeans. Built using Java. Best IDE.
Eclipse. Since I have started using it, I don't like other IDEs anymore... ;)

------------------------------

There are only 10 kinds of people: those that understand binary and those that don't.

Add my vote for eclipse, it's an extremely great IDE, if it supported C++ as well as it did Java, I doubt I'd do any development in MSVC.
IntelliJ IDEA, definitly. Eclipse is not too bad, but if you can afford the IDEA license (not THAT expensive at 99$, escpecially for students, but not free either), i can only recommend using it. You can find a 30-day trial at http://www.jetbrains.com/idea/download/index.html

Oh god, i'm sounding like a commercial =(
I say JCreator...easy to set up and use...

I couldnt get Eclipse working, and it was confusing...
have tried others...JCreator is by far the best I have used

but thats is personal opinion of course

This topic is closed to new replies.

Advertisement