读书人

The type java.lang.Object cannot be

发布时间: 2012-10-30 16:13:36 作者: rapoo

The type java.lang.Object cannot be resolved解决方法

今天在用Eclipse导入其它项目时,一直出现这个问题,然后就开始找解决的方法。
1.The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project
2.The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

解决办法:
1.将JRE先remove掉,然后重新引入JRE即可。
(Project->properties->Java Bulid Path->Libraries->Add Librarie

选取:Jre System Librarie )
1 楼 tiyi 2009-05-17 过一段时间就会冒这个错。。不知道eclipse在搞什么名堂。。

读书人网 >软件架构设计

热点推荐