26

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.

4

3 回答 3

37
  1. Window > Preferences: Install/Update > Available Software Site确保Latest Eclipse Simultaneous Release(或Latest Eclipse Release)更新站点存在并被选中。否则(在旧版本中或当此更新站点已在新版本中删除时),单击添加...,输入更新站点位置https://download.eclipse.org/releases/latest并单击确定
  2. 帮助 > 检查更新

另请参阅Eclipse Wiki - FAQ 如何升级 Eclipse IDE?

于 2017-09-18T06:44:52.787 回答
7

这可能很有用。

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

Eclipse Neon 对包结构进行了一些更改。

于 2017-10-16T07:44:04.603 回答
0

我认为从更新站点更新不会更新 eclipse.ini 文件:您需要修复它。

-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library    plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.500.v20170531-1133

但是,如果您只是想保留您的偏好和插件,我建议您使用 Eclipse:

在 Oxygen.1(或更新的 Eclipse)中,您可以安装功能/插件

  1. 使用现有安装(转到文件 > 导入,然后选择 *安装 > 从现有安装)
  2. 使用导出的软件项目(转到文件 > 导入,然后选择 *安装 > 从文件安装软件项目)

对于第二个选项,您需要先在之前的 Eclipse 上使用File > Export > Install > Installed Software Items to File 将其导出。

注意: Eclipse 目录存储很少的配置(至少,它存储已知的工作区/更新站点)。这里的这个链接可能很有趣。

于 2017-10-04T22:55:08.350 回答