원문 : 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"
'Develop > Java(jsp,jmf)' 카테고리의 다른 글
KCP (한국사이버결제) JSP_Linux 모듈 연동 (3) | 2012.03.21 |
---|---|
xml, xsl 에서 사이 띄우기 (스페이스바= ) (0) | 2011.12.13 |
java.lang.IllegalArgumentException: argument type mismatch (0) | 2011.09.20 |
YouTuBe API 사용해서 JSON으로 뽑아오기~ (0) | 2011.07.14 |
JAI(Java Advanced Imaging) 로 썸네일 이미지 만들기 (100%) (2) | 2011.06.14 |
java 인코딩 변환 한방에 해결.. (0) | 2011.05.20 |
Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: org.xml.sax.SAXParseException: An invalid XML character (0) | 2011.05.09 |
[APNS] java 로 push notification server 및 클라이언트 구현하기(아이폰 푸시 서버) (0) | 2011.04.12 |