Easy way to copy old plugins into new install of eclipse

后端 未结 3 2067
你的背包
你的背包 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条回答
  •  醉酒成梦
    2020-12-23 21:27

    If your old version is at least 3.7, then you can do this:

    • Use File -> Export -> Install -> Installed software items to file in your old installation to create a file containing the currently installed features.
    • Use File -> Import -> Install -> Software items from file in your new installation. Point it to the file from above and make sure to check "Install latest versions".

提交回复
热议问题