Madhavi
Madhavi

Reputation: 11

Eclipse plugins

Is there any way to get all the installed plugins in an eclipse and copy to an another eclipse instance in windows machine which is not connected to internet?

Thanks, Madhavi

Upvotes: 1

Views: 131

Answers (2)

Kane
Kane

Reputation: 8172

Eclipse 3.7 has provided such capability. See its new and noteworthy.

Note: the category of Import has been changed from p2 to Install in GA version of 3.7.

Upvotes: 1

Kathir
Kathir

Reputation: 6196

You can go to eclipse installation folder and copy the contents of the plugins folder and paste it in the other eclipse's plugin folder.

Operating system has to be the same. windows-windows, 64-bit to 64 bit because there are plugins which are os specific in the same folder.

What are you trying to do exactly?

Upvotes: 0

Related Questions