How to upgrade Eclipse for Java EE Developers?

前端 未结 3 1569
囚心锁ツ
囚心锁ツ 2020-12-02 06:05

Is there any non-painful way to upgrade an Eclipse installation? I have tried browsing the eclipse site but I cannot find an useful description.

相关标签:
3条回答
  • 2020-12-02 06:38

    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.

    0 讨论(0)
  • 2020-12-02 06:53

    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.

    0 讨论(0)
  • 2020-12-02 06:54

    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

    0 讨论(0)
提交回复
热议问题