views:

232

answers:

10

I have just seen that new major release (3.6 Helios) of eclipse is available for download. I want to try it, but before that I want to know if anybody experienced any major problems.

I want to determine If I could try this or not, since my project setup is complex and easily takes 2, 3 hours normally; I don't want to take any risk.

+1  A: 

The most disturbing thing for me was the way j2ee projects are configured: there is no more j2ee dependencies, and it is not obvious at the first glance to see you have to use resource assembly (but it does not resist a few minutes searching the web).

Apart for that, I had no real issue in updating: everything went smooth, and plugins I use work well under helios.

tonio
+2  A: 

No major issue sp far.

The main problems I have seen are platform specific, like this crash in Ubuntu.
Small differences are noted in this blog post.

As usual, I always prefer a full Eclipse installation beside the ones I already have.
And for major update, I like to recreate a workspace dedicated for that release, just to be on the safe side.
That way, my old Eclipse release still has its own workspace fully functional.
I also test the plugins in both version by using a shared dropins folder.

VonC
+2  A: 

Yes i experienced a major problem with helios, but only in WTP context. If you work with WTP you should immediately update to WTP-M-3.2.1. This should fix the issue of taking up to a minute for hot deployment (re-publishing to the server). The eclipse bug issue.

codedevour
+1  A: 

Nothing so major, but some suggestion features are a bit buggy:

  • sometimes instead of suggesting to create a method, it suggest a cast, and inserts a cast to Object
  • when there are interfaces methods with generics, some of them are added as unimplemented even though they exist in the parent class.

These are two things I encountered for the past week.

Bozho
A: 

I am getting a lot of exceptions while working with mylyn. But I am not sure that my version coinsides with 3.6 final.

Ha
+1  A: 

On Windows, Helios does appears to have a pretty critical conflict with the latest oracle JDK patch (JDK 1.6 update 21):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=319514

Any version before that is ok.

soru
+1  A: 

There is an issue with Helios and Oracle JVM 1.6.0 update 21. Eclipse launcher sets permgen size using Sun-jvm-specific command line option, but Oracle changed vendor string from "Sun Microsystems" to "Oracle", and Eclipse now fails to detect Sun-JVM, so it is not setting right permgen size. Quick solution is to set permgen by yourself in eclipse.ini.

Peter Štibraný
A: 

I have a small C++ project and the indexer doesn't seem to work: it runs indefinitely, consumes 100% CPU but doesn't make any progress.

Philipp
+1  A: 

I'm getting incredibly slow autocomplete. The bug , with a workaround, is here https://bugs.eclipse.org/bugs/show_bug.cgi?id=317979

nos
A: 

If I install subclipse, it does not seem to work. When I go to create a new project I cannot do so from subversion. I can do so from Galileo just fine. I am running on Windows 7 Ultimate 64 bit.

Justin Dearing