Initializing Java Tooling' has encountered a problem

오류에 대해서 알아보자.

이와 같은 에러는 프로젝트 파일을 외부에서 가져와서 import 후 사용할 경우 종종 발생한다.

해결방법은 \프로젝트폴더(workspace)경로\.metadata\.plugins\org.eclipse.core.resources\.projects의 하위폴더를 모두 삭제한 뒤 

이클립스를 재부팅하면 된다. (이때 Problems occurred while trying to save the state of the workbench라는 오류가 뜨면 OK!를 누르면 된다)


재부팅하면 아까 지웠던 .projects 폴더 내 하위폴더가 자동으로 재생성 되는데 이때 systemTemp 파일을 생성하지 못하는 경우에는 Could not write metadata for '/RemoteSystemsTempFiles' 라는 오류메시지가 또 뜨면 마지막 project 폴더에 RemoteSystemsTempFiles 이름으로 폴더를 하나 생성해주면 해결된다.


참고 : https://hunit.tistory.com/193

+ Recent posts