본문 바로가기
이클립스 정보

이클립스 환경설정 복사하기(preferences copy)

by 몽상크리에이터 2024. 2. 23.

기존 이클립스에서 쓰던 환경설정을 다른 이클립스에서 사용하려면,

 

  1. 이동${old_workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings
  2. 위 디렉터리 아래의 모든 내용을 다음 디렉터리에 복사하세요.
  3. ${new_workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings

https://stackoverflow.com/questions/2078476/how-to-share-eclipse-configuration-over-different-workspaces

 

How to share Eclipse configuration over different workspaces

I'm using Eclipse (PDT) as primary IDE on different machines. (like at home, laptop, in office, etc.). How could I share the Eclipse and project configuration pragmatically between multiple compute...

stackoverflow.com