문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top