码迷,mamicode.com
首页 > 编程语言 > 详细

The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

时间:2016-10-02 07:07:46      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:indirectly   cannot   required   java   files   

    在用eclipse开发中,有时候需要导入别人的项目进行学习研究偶尔会出现代码无端端显示一大推错误,甚至连包名都出错的情况,这是后把鼠标移动到包名,系统就会弹出The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files的提示

    原因是jdk出错。

    解决方法是:更换一个jdk,操作步骤:project->properties->Java Bulid Path  将原有的jdk删除,然后Java Build Path -----> Libraries---->Add Libraries----->JRE System Library   选择MyEclipse自带的jdk或是选择自己适合的包即可。

本文出自 “11828641” 博客,请务必保留此出处http://11838641.blog.51cto.com/11828641/1858338

The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

标签:indirectly   cannot   required   java   files   

原文地址:http://11838641.blog.51cto.com/11828641/1858338

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!