原文:运行java+eclipse报错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

eclipse运行java报错 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 The type java.lang.Obj ...

2019-06-05 12:02 0 2173 推荐指数:

查看详情

问题:The project cannot be built until build path errors are resolved

这种错误的发生,通常有两个原因: (1)是因为项目的 .classpath 文件里面记录了一些目录,位置,但是它们却被删除了,所以导致项目被编辑器认为无法编译。 (2)本地仓库导入的jar包有问题 ...

Mon Nov 26 23:24:00 CST 2018 0 1427
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM