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
Go to Window-> Preferences -> Install/Update -> Available Software Sites
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.
See Eclipse FAQ - Always enable major upgrades:
To always enable major upgrades of your IDE once and for all:
- from the Available Software Sites preference page
- enable the Latest Eclipse release http://download.eclipse.org/releases/latest repository by ticking the checkbox.
- Apply and Close
- 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: