Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to upgrade from Eclipse 3.3 to 3.4 (or future releases)

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

like image 875
John Burley Avatar asked Feb 23 '09 18:02

John Burley


People also ask

Which is best Eclipse version for Java?

Eclipse 4.23 (2022-03) It is the supported release. A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2022-03 packages based on Eclipse 4.23, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer.

How do I update my Eclipse to latest version of Linux?

Open the Available Software Sites preference page. Enable the Latest Eclipse release https://download.eclipse.org/releases/latest repository by ticking the checkbox. Apply and Close. Check for updates.


4 Answers

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.

like image 54
Stefan Thyberg Avatar answered Sep 23 '22 17:09

Stefan Thyberg


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/

like image 31
lmsurprenant Avatar answered Sep 23 '22 17:09

lmsurprenant


Read this eclipse FAQ question.

like image 23
FerranB Avatar answered Sep 24 '22 17:09

FerranB


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

like image 23
natch3z Avatar answered Sep 22 '22 17:09

natch3z