How to copy plugins between two eclipses

后端 未结 5 1875
庸人自扰
庸人自扰 2020-12-08 10:14

I have two eclipse directories, both are Galileo. One has plugin A installed, the another has plugin B. Now I want to have just one eclipse, is it save to just copy the plug

5条回答
  •  抹茶落季
    2020-12-08 10:58

    You can also install one plugin from another using p2. You add the other installed Eclipse as an update site, and you can select the installed plug-in (after unchecking the categorization).

    For update site you the following path: /path/to/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile

提交回复
热议问题