Easy way to copy old plugins into new install of eclipse

后端 未结 3 2068
你的背包
你的背包 2020-12-23 20:58

Is there an easy way to get a list of the plugins from an old version of Eclipse into the latest version. I have my current version with all the plugins I want. Now I want

3条回答
  •  猫巷女王i
    2020-12-23 21:24

    There are two main issues with copying the old plugins to a new version of Eclipse.

    1. Which plugins to copy? A newer version of Eclipse will have newer versions of the same plugins as the old version.
    2. Does the plugin support the newer version of Eclipse?

    Generally the simplest way to get the correct plugins is to use the Eclipse tools to get the plugins from their update sites. This ensures you have the correct / latest version that works with the version of Eclipse you are now using.

    You can get the list of updates sites used from the old Eclipse by selecting Windows / Preferences / "Install/Update" / Available Software Sites. Select the update sites you want to keep, then click Export... You can then import them into the new Eclipse. Just beware update sites that are Eclipse version specific!

提交回复
热议问题