views:

12

answers:

1

Dear all,

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.

Regards

A: 

Dropping the right jars from your plugins directory to the target installation plugins directory should do the trick.

thelost
Okay, but there are many other plugins, i need just some of them. and each plugins has a lot jar files, so how can I be sure to copy all of them?
Navid
You might figure out by filtering by their name. But pay attention if migrating them to higher Eclipse versions (they might be incompatible).
thelost
thanks but is there another way to download separately the plugins?
Navid
You could download your favorite plugins and always install them from local source.
thelost