Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upgrade Eclipse for Java EE Developers?

Is there any non-painful way to upgrade an Eclipse installation? I have tried browsing the eclipse site but I cannot find an useful description.

like image 903
Mariano Sánchez Avatar asked Jun 27 '13 07:06

Mariano Sánchez


1 Answers

Add the update URL to your available sites:

Window > Preferences > Install/Update > Available Software Sites > Add...

    Name:  Oxygen   Location:  http://download.eclipse.org/releases/oxygen/   

Then tell Eclipse to look for updates: Help > Check for updates.

After the installation, Eclipse will restart and show the old splash screen. Next time you manually stop/start Eclipse it will correctly show the correct splash screen.

like image 186
Duncan Jones Avatar answered Oct 04 '22 12:10

Duncan Jones