exporting installed plugins from eclipse to another

后端 未结 9 1478
别那么骄傲
别那么骄傲 2021-01-30 04:13

How to export installed plugins from eclipse?

I want to use some of my installed plugins in another eclipse machine.

I don\'t want to download those again.

9条回答
  •  失恋的感觉
    2021-01-30 04:58

    Along with update sites, p2 can treat existing Eclipse installations as a source for the plugins to be installed.

    If you access the Eclipse folder in another machine (which has the plugins installed) via shared folder in the network , then in your new Eclipse, open Preferences->Install/Update->Available Software Sites->Add->Local-> browse to the Eclipse->p2->org.eclipse.equinox.p2.engine->profileRegistry and select the profile.

    Now in the target Eclipse you can install those plugins as if you are installing from an update site.

提交回复
热议问题