출처: http://opreview.blogspot.com/2008/03/changing-eclipse-workspace-directory.html
Eclipse의 workspace를 Windows 상에서 복사해서 옮기고 Eclipse를 띄우면 제대로 동작을 하지 않는 경우가 발생하는데 이럴때는 위의 링크에 적혀있는 내용대로 처리하면 된다.
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 에서 옮긴 디렉토리로 지정해주면 된다.
다른 방법으로는 Eclipse의 File->Swtich Workspace->Other 에서 옮긴 디렉토리로 지정해주면 된다.
'개발 > Eclipse' 카테고리의 다른 글
Eclipse 코드 스타일 변경하기 (0) | 2014.08.31 |
---|---|
Eclipse에서 Your project contains error(s), please fix them before running your application의 해결 방법 (0) | 2014.08.17 |
Eclipse에서 System.out.printf 컴파일 오류시 대처 방법 (0) | 2014.08.15 |
Eclipse에 새로운 폰트 추가 하기 (0) | 2014.08.09 |
Eclipse에서 기존 프로젝트 불러오기 (0) | 2014.08.09 |