日志文章

2007年10月26日 13:47:25

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

    最近,在Eclipse中导入其他项目,总是报下面2个错误。将项目所需的jar都引入了。依然还存在这个问题。

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 )

Tags: 解决方法  

类别: Java技术 |  评论(0) |  浏览(2785) |  收藏
发表评论
看不清楚,换一张