How to update eclipse installation?

2019-06-04 09:34发布

I am using Eclipse 3.6, and looking to update the installation to newer release, that is 3.7. Instead of downloading the whole package, can I just perform a update(distribution update)? Is there exists any way to easily achieve this?

2条回答
叛逆
2楼-- · 2019-06-04 10:17

I would not recommend that. Eclipse minor versions are more like major versions (updated once a year), so most (if not all) of the plugins are updated in the meantime. There are 2 aspects here:

  • The download time for all of the updated plugins may be higher than the download time for the whole bundle.
  • There is no guarantee that all of the plugins may be upgraded seamlessly. That means that your updated environment may not work well together.

One indication that helps is that each new eclipse release comes with new update sites. My rule of thumb is, that updates are possible with the same update site, but with a complete new version with a new update site, I always install the new release all together.

查看更多
Explosion°爆炸
3楼-- · 2019-06-04 10:34

Start Eclipse; from the Help menu, choose "Check for Updates". It starts searching for updates - this may take a while, but when finished you can see a list of available updates for Eclipse (including any supported plugins that you installed). Select the update(s) you want to install and click "Next".

查看更多
登录 后发表回答