본문 바로가기
개발/Eclipse

Eclipse Workspace 변경 방법

by belitino 2011. 7. 19.
출처: http://opreview.blogspot.com/2008/03/changing-eclipse-workspace-directory.html

Eclipse의 workspace를 Windows 상에서 복사해서 옮기고 Eclipse를 띄우면 제대로 동작을 하지 않는 경우가 발생하는데 이럴때는 위의 링크에 적혀있는 내용대로 처리하면 된다. 

To change the workspace location in Eclipse do this. Goto ECLIPSE_HOME\configuration\.settings directory, edit the org.eclipse.ui.ide.prefs file and change the RECENT_WORKSPACES value to the desired location.

즉, Eclipse 설치된 디렉토리 밑의 configuration\.settings 디렉토리의 org.eclipse.ui.ide.prefs 파일에 있는 RECENT_WORKSPACES 값을 workspace를 옮긴 디렉토리로 바꿔주면 된다.

다른 방법으로는 Eclipse의 File->Swtich Workspace->Other 에서 옮긴 디렉토리로 지정해주면 된다.