본문 바로가기

Develop/Java(jsp,jmf)

Eclipse build errors - java.lang.object cannot be resolved


원문 : http://dev-answers.blogspot.com/2009/06/eclipse-build-errors-javalangobject.html

원문 요약 :
 1. Project > Proferties 메뉴
 2. Java Build Path > Libraries 탭
 3. JRE System Library" 를 찾는다 (자바 버전이 다운되면서 이전에 1.6을 쓰던 라이브러리가 그냥 남아있었다..)
 4. "JRE System Library"를 제거한다.
 5. Add Library 선택 >  JRE System Libaray 를 프로젝트에 추가(eg. Workspace default JRE)
 6. Finish > OK

Keywords :
eclipse 3.4.0 ganymede The type java.lang.object "cannot be resolved" "Cannot find the class file" "refers to the missing type"