써먹는 웹개발
[Eclipse] an error has occurred. see the log file 에러 본문
Developer Tools/Eclipse or STS
[Eclipse] an error has occurred. see the log file 에러
kmhan 2023. 12. 5. 09:42728x90
반응형
1. 에러코드 : an error has occurred. see the log file
2. 해결 방법
1) 아래의 경로 *.snap 파일을 삭제해줍니다.
자신의 워크스페이스\.metadata\.plugins\org.eclipse.core.resources
- 나는 1번에서 해결
2) 아래의 경로 이하에서 *.tree 파일을 삭제합니다.
자신의 워크스페이스\.metadata\.plugins\org.eclipse.core.resources\.root
3) 아래의 파일을 삭제합니다.
자신의 워크스페이스\.metadata\.plugins\org.eclipse.e4.workbench\workbench.xml
-> workspace상의 프로젝트는 모두 살아있지만, 이클립스 실행 시 프로젝트가 안뜰 수 있습니다.
이 경우 다시 workspace프로젝트를 import해줘야 합니다.
* 1번으로 해결안될 시 2번 / 2번으로 해결안될 시 침착하게 3번 방법을 실행해줍니다.
3. 세 가지 방법이 모두 안될 시 workspace를 새로 만들어 프로젝트들을 따로 import합니다.
728x90
반응형
'Developer Tools > Eclipse or STS' 카테고리의 다른 글
Comments