How to upgrade Eclipse for Java EE Developers?

偶尔善良 提交于 2019-11-27 10:28:44

Add the update URL to your available sites:

Window > Preferences > Install/Update > Available Software Sites > Add...

    Name:  Oxygen  
Location:  http://download.eclipse.org/releases/oxygen/  

Then tell Eclipse to look for updates: Help > Check for updates.

After the installation, Eclipse will restart and show the old splash screen. Next time you manually stop/start Eclipse it will correctly show the correct splash screen.

You can simply download the newer version, then use "File -> Import -> Install -> From Existing Installation" to add all the plugins you had in your previous installation.

Here's a link describing the whole process in details (it says "on Mac Os X", however it should work for other systems as well):

http://www.corephp.com/blog/how-to-upgrade-eclipse-juno-4-2-to-eclipse-kepler-4-3-on-mac-os-x/#.UfJsoI1_McY

If previous releases are anything to go by, then the answer is No. It is best to download the new release, install it, install the latest versions your favourite plugins and point Eclipse at your workspace.

(Common sense says that you should take a backup of your workspace(s) and your original Eclipse installation.)


I've previously tried the "upgrade" path and found that it was slow and didn't give good results.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!