Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I upgrade Eclipse Luna to Mars from Eclipse?

Tags:

I tried upgrading from Luna to Mars by following the instructions here: https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse%3F

I added the Mars repository http://download.eclipse.org/releases/mars as an update site and then did check for updates. But I get the exception

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.epp.package.java,4.5.0.20150603-1639
No repository found containing: binary,epp.package.java.executable.gtk.linux.x86_64,4.5.0.20150603-1639
No repository found containing: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.5.0.20150603-1639
No repository found containing: org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.5.0.20150603-1639

How can I fix this?

like image 481
barq Avatar asked Jun 24 '15 14:06

barq


People also ask

How do I update Eclipse Luna to latest version?

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.

How do I update eclipse Mars?

Eclipse provides the facility to check for any updates for the existing features and install those updates. To check for updates go to Help => Check For Updates.


1 Answers

Before upgrading I first check the availables web sites for update. I disable all from the previous releases and start by performing an update on the already installed components. After this upgrade I just add

http://download.eclipse.org/releases/mars

and upgrade to the new release of eclipse.

like image 178
bluebossa Avatar answered Nov 03 '22 11:11

bluebossa