Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top