How to update Eclipse from 2018-09 to 2018-12

本秂侑毒 提交于 2019-12-03 05:08:59

See Eclipse FAQ - Always enable major upgrades:

To always enable major upgrades of your IDE once and for all:

  1. from the Available Software Sites preference page
  2. enable the Latest Eclipse release http://download.eclipse.org/releases/latest repository by ticking the checkbox.
  3. Apply and Close
  4. Check for updates

The similar workflow can be used to hide and disable automatic proposal of major upgrades.

To my knowledge, the update site http://download.eclipse.org/releases/latest exists since Eclipse Photon (4.8) in Window > Preferences: Install/Update > Available Software Sites but is not checked by default.

If you want to change the default of this preference, vote for or comment on Eclipse bug 539281 - Enable http://download.eclipse.org/releases/latest by default.

The two advantages of using the Eclipse Installer over the direct installation of one or more IDE packages are:

  • The Eclipse Installer saves disk space when installing multiple IDE packages (by using a shared pool for the plug-ins of all IDE packages)
  • The Eclipse Installer makes it easier to contribute to an Eclipse project (advanced mode).

Another way to install Eclipse 2018-12 is to use Chocolatey on Windows. Eclipse 2018-12 corresponds to version 4.10.

PS C:> choco list eclipse Chocolatey v0.10.11 eclipse 4.10 [Approved] ...

PS C:> choco install eclipse ...

But this won't do an in-place upgrade.

Go to Window-> Preferences -> Install/Update -> Available Software Sites

  • First, if exists remove duplicate sites
  • Second, click to eclipse related update sites and Reload
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!