Cannot find the class file for java.lang.Object. Fix the build path then try building this project

来源:互联网 发布:linux 备份安装 编辑:程序博客网 时间:2024/05/16 05:10

开发的时候,有时候会遇到这个问题:

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

解决方法是,在编译路径中增加JRE System Library。如果已经存在,可以先删除原有的再添加。
Properties->Java Build Path->Add Library... ->add "JRE System Library"
0 0