views:

2359

answers:

5

In the past I have had problems upgrading from release to release of Eclipse. I was wondering how the Eclipse users on StackOverflow dealt with upgrading from release to release of Eclipse.

  • Is using a Distro the solution?
  • Staying on a past release point until you are forced forward, a good idea?

Lately I have just reloaded from scratch; renaming my root Eclipse dir and downloaded the latest release, plus an update cycle. I have only lost my workspaces (no code was lost) once using this method.

Thanks in advance

+1  A: 

I always use the built-in update system. Go to Help -> Software Updates

natch3z
Is there a way to upgrade to new major releases this way (e.g. 3.4 to 3.5), or only to do minor updates within the same version?
kpozin
This only works with minor updates within the same version...
Chip Uni
+11  A: 

I usually just rename the old one to something like eclipse3.3 and install the new one in the same place. Since a lot of plugins usually break with a new version anyway, in my experience, I find that to do this and then reinstall my plugins is the easiest solution. There are rarely any problems with the workspace itself.

Stefan Thyberg
+1  A: 

I use Yoxos on-demand. I've found it a lot easier to upgrade this way. It allows you to pick up the plug-ins you need and then it resolves the dependencies automatically. That way I can quickly build a new Eclipse version that contains all the features that the old one had with less hassle.

Mario Ortegón
A: 

Read this eclipse FAQ question.

FerranB
+3  A: 

Starting with Eclipse 3.5, it should be possible to update in-place to new major versions...but only if the update will leave you with a clean/working install.

The key thing you will need for this to work is to add the update site for the new eclipse release. The most comprehensive list of updates I've seen is at http://ekkescorner.wordpress.com/eclipse/update-sites/

lmsurprenant