[Eclipse] - The hierarchy of the type is inconsistent


[Eclipse] - The hierarchy of the type is inconsistent

The hierarchy of the type is inconsistent위 오류는 아래 오류와 동일합니다.Multiple markers at this line, The type java.lang.Object cannot be resolved...아래 사이트에 동일한 해결방법이 나와있습니다~!참고오늘도 에러를 내뿜는 이끌립스새로운 프로젝트를 받고 파일을 열어보니 위와 같은 오류가 발생했습니다.The hierarchy of the type is inconsistent여기서 확인해봐야 하는것은 두 가지입니다.1. .jar 파일이 제대로 불러져왔는지...2.

JDK 버전이 맞는지위 두가지를 확인해야 합니다.프로젝트명 우클릭 > Properties > Java Build Path... 에서 확인할 수 있습니다.저는 위와 같이 JDK 버전..........



원문링크 : [Eclipse] - The hierarchy of the type is inconsistent