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

前端 未结 3 1567
情话喂你
情话喂你 2020-12-15 06:56

I have Eclipse 2018-09. My impressions was that Eclipse was moving to a rolling quarterly release, and by that I presumed I\'d magically be offered updates every quarter to

相关标签:
3条回答
  • 2020-12-15 07:13

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

    • First, if exists remove duplicate sites
    • Second, click to eclipse related update sites and Reload
    0 讨论(0)
  • 2020-12-15 07:28

    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.

    0 讨论(0)
  • 2020-12-15 07:30

    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).
    0 讨论(0)
提交回复
热议问题