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

xiaoxiao2021-02-28  105

java.lang.Object是JRE的问题。 Errors: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files         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        

解決方法:

project的Property中java build path->library->JRE System Library删除,重新add Library 选择Workspace default JRE 即可。

转载请注明原文地址: https://www.6miu.com/read-33675.html

最新回复(0)