Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upgrade new version of Eclipse instead of using new downloaded package?

I am looking for steps to upgrade my current Eclipse version (Mars) to latest version (Oxygen) because I have been using Mars for past long time so that contains all the settings, plugins and all the histories so I would like to retain the same and also upgrade to new version.

Is this possible?

Note: It can be any type of Eclipse for any kind of development like Java, C/C++, PHP, JavaScript and Testers.

like image 340
Ganesa Vijayakumar Avatar asked Sep 18 '17 06:09

Ganesa Vijayakumar


People also ask

How do I change Eclipse to enterprise?

Just download Eclipse for Java EE; merge your Eclipse classic folder with contents of downloaded archive. if you do this, you should be able to use in your Eclipse wth the features from Java EE version.


2 Answers

  1. In Window > Preferences: Install/Update > Available Software Site make sure that the Latest Eclipse Simultaneous Release (or Latest Eclipse Release) update site exists and is checked. Otherwise (in older versions or when this update site has been removed in newer versions), click Add..., enter the update site location https://download.eclipse.org/releases/latest and click OK.
  2. Help > Check for Updates

See also Eclipse Wiki - FAQ How do I upgrade Eclipse IDE?

like image 98
howlger Avatar answered Sep 19 '22 18:09

howlger


This might be useful.

https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F

There are some package structural changes from Eclipse Neon.

like image 25
Kondal Kolipaka Avatar answered Sep 18 '22 18:09

Kondal Kolipaka