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. Fix the build path then try building this project
The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files

今天在eclipse3.2+myeclipse5.1+tomcat5.5重新部署时出了这问题.搞了很久才找到原因.解决办法写出来分享:

出现以上错误的原因是居然是装jdk5时了多装了个jre。本来Eclipse在建立项目时,会自动参照你的jre路径,但多个版本就没办法加载了。
解决办法:
1. 进入window \ preferences \ java \ Installed
JREs
1)按Add
2)输入JRE Name, 例JDK 1.5.0.09
3)JRE home directory, 选择安装的路径
4)按OK
2. 进入Project \ properties \ Java Bulid Path
1)Add library
2)选JRE System Library后按Next
3)选workplace default JRE后按 finish...

这样就行了。

时间: 2024-12-27 23:07:05

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. 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

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……

[问题描述] 用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

Build path is incomplete. Cannot find class file for freemarker/template/TemplateHashModelEx

出现这个错误是在spring整合freemarker的时候,由于缺少jar包造成的. 解决办法:在maven中加入依赖 <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.20</version> </dependency> 就好了.

eclipse build path与java Compiler

在eclipse中开发的项目有个java build path中可以配置的jdk,还有个java compiler中可以配置compiler level,这两个是有区别的,java compiler level的JDK版本是你在eclipse中开发代码,给你提示报错的和将java文件编译成class文件需要用到的版本:build path中版本号的作用是指明你将来运行的环境. 如果build path的版本低于compiler版本,则会报 Unsupported major.minor vers

导入项目出现错误: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