the project was not built since its build……

【问题描述】

用eclipse编译程序时,出现下面错误:

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object

The type java.lang.Object cannot be resolved……

【解决方案】

将该项目从eclipse删除,并删除gen、bin、libs、obj下生成的文件,重新导入eclipse

时间: 2024-10-19 12:32:03

the project was not built since its build……的相关文章

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object (2007-08-29 10:13:56) 转载▼ 错误提示:The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object

eclipse svn插件卸载 重新安装 Subclipse卸载安装 The project was not built since its build path is incomplete This client is too old to work with the working copy at

安装插件的原则就是,要按照规则,插件与本地的svn版本要一致, 这样子本地和eclipse上面就可以无缝使用,不会出现问题 1.卸载eclipse  svn插件 2,安装新版的svn插件 2.1,下载 http://subclipse.tigris.org/ 找到网址或者zip包 下载的安装包就添加zip包就是zip包的位置路径,网址就是直接网址 然后一路next accept 到最后就行了 使用的是eclipse kepler版本,崩溃了,想要重新安装,主要遇到了下面这几种问题 提示工作副本格

错误提示: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.Object cannot b

错误类型: 搞了很久才找到原因.解决办法写出来分享: 出现以上错误的原因是玩耍maven时多装了个jre.本来Eclipse在建立项目时,会自动参照你的jre路径,但多个版本就没办法加载了. 解决办法: 进入window \ preferences \ java \ Installed JREs

导入项目出现错误:the project cannot be built until build path errors are resolved

导入项目到eclipse时,可能会出现the project cannot be built until build path errors are resolved的错误. 作者在写这个项目时,在build path中添加了他的机器里面lib目录下的一些包,这些被工程记录下来了.当你导入这个项目的时候, 会自动到你的电脑下找原来那个lib下的jar包,你没有这个路径,就导致出现了这个问题. 解决办法:右键工程,选择build path->configure build path.弹出的窗口里选

【SVN】团队项目出现The project cannot be built until build path errors are resolved的解决方法与.classpath文件

一般从SVN检出的项目,按<[SVN]新SVN项目的注意事项>(点击打开链接)改好一切,并且按照<[Mysql]修改root密码与创造一个与root一样权限的账号>(点击打开链接)配置好数据库密码,就基本没有问题的,但是请注意.有时候,你弄得再怎么好,你会发现你的SVN工程,尽管能够正常编译与运行,但是里面所有jar包消失,工程目录结构凌乱,然后写Java代码的时候没有半点提示,在MyEclipse/Eclipse的Problem一栏出现The project cannot be

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

转自:http://blog.csdn.net/marty_zhu/article/details/2566299 今天在eclipse里遇到这个问题,之前也遇到过,不过,通过clean一下项目,或者重启eclipse就解决了.但是今天却不行.后来看到网上下面的解决办法,照着步骤试了下, 果然在引用的jar包目录中有其他不用的文件,把删除后就好了. 1,看看project -- Build Automatically有没有勾上?如果没有,勾上以后,clean一下,重启eclipse 2,看看你的

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

参考:http://blog.csdn.net/marty_zhu/article/details/2566299 1,看看project -- Build Automatically有没有勾上?如果没有,勾上以后,clean一下,重启eclipse 2,看看你的lib里面有没有不用的jar包,看你的.classpath文件中有没有错误的路径. 3,这是最重要的一点,有problems视图中查看有没有关于本项目的错误信息,一般都会有这样的话:      The project cannot be

“The project cannot be built until build path errors are resolved” 的解决方法

[描述 ] 添加一个java 项目 , 结果项目出现报错 - The project cannot be built until build path errors are resolved  [解决办法 ] 将系统自带的jir包添加到项目即可  [操作步骤 ] 1.点击项目名称,右击选择 properties 2.点击 [add Library]按钮 3.选择 "JRE System Library "--- > 点击 [next] ----> 点击[OK]键 即可 .

The project cannot be built until build path error

报错;error:The project cannot be built until buildpath errors are resolved 翻译:无法在生成路径错误解决之前生成项目解决方法:1.项目鼠标右键-----选择properties----Java Bulid Path----Libraries----选中带x号JRE System Library点击右侧Remove2.建立自己的用户自定义类库-右侧Add Library----User Library-----New 输入自己的