Is it just me who likes Eclipse? I originally used Netbeans, then swapped to Visual Studio for awhile while doing Windows dev, then moved to Eclipse. I tried using IntelliJ for awhile as well, but the javadoc popups are pretty awful and it's missing some of the nice plugins you can get for Eclipse.<p>Eclipse has just always worked really well for me and I like it the most. Plus I really don't like the 'open core' method and Eclipse is just plain free software.<p>EDIT: I'm running Java8 on my Eclipse right now including maven builds etc, and everything is working really well.
I was a little curious how this could be, so I checked around and came across this:<p>"We can't legally include Java 8 tools in an Eclipse release before Java 8 itself is released. Based on the current java 8 release date estimate, we would be able to include support in the Luna (4.4.0) release."[0]<p>And since the release date was 2014/3/18 [1] I really can't see why there would be much complaining, if any.<p>[0] <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=380190#c8" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=380190#c8</a><p>[1] <a href="https://www.google.com/search?q=java+8+release+date" rel="nofollow">https://www.google.com/search?q=java+8+release+date</a>
Same experience here. Couldn't get it working properly and ended up with netbeans after about an hour.<p>Edit: for ref netbeans is pretty good. I hated it about 3-4 years ago and moved to eclipse but it's pretty amazing now.
The difference between Eclipse and Netbeans/IntelliJ is, that Eclipse is implementing its own Compiler while the other two are using Oracle's javac.
That's why Eclipse didn't have Java8 support out of the box.
I dropped Eclipse a long time ago in favor of other IDEs. I like Eclipse a lot, it was my IDE of choice. I just got tired of all the plugins, the general sluggishness I felt using it, the oddities with it when it came to Maven support (sometimes having to completely close Eclipse / Relaunch for a maven build to work right).<p>I had other oddities as well, such as totally biffing my SVN solution a time or two because of files getting locked that shouldn't have been locked.<p>In the end I moved to IntelliJ and it's been wonderful. Been a bit different getting used to the keymapping, but overall it's been a good experience I have not looked back.
intellij is good all in all, but then if you want to edit php, you have to use its sibling product; phpstorm<p>furthermore, netbeans can recognize various amount of extension and can even format your codes nicely with alt + shift + f<p>and i only use intellij when i want to deploy mobile application onto android...eclipse really dam buggy with the deployment
How about just switching to the best Java IDE on the market: IntelliJ IDEA? Sure, you'll have to pay for it, but you get what you pay for - both ways.