Question

I have installed Eclipse IDE in my desktop. I have installed additional plugins in it.

Is it possible to export this IDE, so that I can use it on another machine without requiring to install the plugins again.

Was it helpful?

Solution

Eclipse is very easy to replicate : just copy/paste the entire Eclipse folder.

You might need to grab workspace-specific files too. In that case, you can also copy/paste the .metadata folder of your workspace. It's best to run the eclipse -clean command just before copying it though.

Finally, don't forget you can export your preferences : File->Export->General->Preferences

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top