运行eclipse时,出现这个bug,无法编译。

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

按照:

project->properties->Java Bulid Path  将原有的jdk删除  

然后Java Build Path -----> Libraries---->Add Libraries----->JRE System Library   选择MyEclipse自带的jdk或是选择自己适合的包即可。 

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

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

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

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


相关文章:

  • 2021-05-03
  • 2021-08-20
  • 2021-05-22
  • 2021-11-24
  • 2021-09-09
  • 2021-11-18
  • 2021-06-09
  • 2021-07-04
猜你喜欢
  • 2021-10-30
  • 2021-10-04
  • 2019-09-28
  • 2021-10-07
  • 2021-09-01
  • 2021-08-21
相关资源
相似解决方案