运行Junit的时候报错, The project: XXXX which is referenced by the classpath, does not exist. 在Java Build Path这里找到错误的地方:    Build path entry is missing: config 总结了下,如上所示,将提示错误的地方remove掉就行了,一般是在Java Build Path这里找到错误的地方,然后remove 个人工作笔记…
有个java工程运行时报The project: project which is referenced by the classpath, does not exist.错误 上网查解决方案,说是将项目名称修改成别的名称就可以运行了 按照此法尝试,还是报错,由于我的工程是maven项目,首先在eclipse中移除该项目 然后将项目下得eclipse项目信息全部删除,也就是.project等文件 重新将项目引入eclipse,import-选择maven项目-确定,运行成功…
转载地址:http://blog.csdn.net/jnqqls/article/details/8946964 1.错误: 在Eclipse下启动tomcat的时候,报错为:Eclipse下启动tomcat报错:The archive: C:/Program Files(x86)/Java/jdk1.7.0_10/lib/tools.jar which is referenced by the classpath, doesnot exist. 2.原因: 这是因为我中途移动过tomcat的位…
1.错误症状:右击tomcat server,选择start,出现下图所示错误 2.错误原因: 我为了方便管理,把tomcat安装到了当前的eclipse-project目录下:E:/workspace/xxx_project/apache-tomcat-6.0.37,如下图所示 另外,也有可能是bootstrap.jar的路径配置错误,可以双击该server配置,见解决方案 3.解决方案 针对我目前的问题,把tomcat的安装路径挪到另一个位置即可,不要安装到跟你的web-project的目录…
1.work_space名称与project是否一样,如果是一样的可能会导致错误. 2.project所在的文件夹中的.mymetadata文件中定义的project-module名称是否与project一致,如果不一致可能会导致错误.…
1. [TestNGContentHandler] [WARN] It is strongly recommended to add "<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >" at the top of your file, otherwise TestNG may fail or not work as expected. 需要在testng.xml中添加一行 <?…
  eclipse优化 迁移时间--2017年5月20日09:39:16 CreateTime--2016年11月18日11:27:02 Author:Marydon ModifyTime--2017年3月6日14:06:04 重装eclipse,不需重新配置设置项 方式一: 直接将导出的偏好设置Eclipse&MyEclipse-perference.epf文件导入Eclipse或Myeclipse中即可 方式二: 找到eclipse的工作空间,.metadata文件夹,将其余设置文件删除,将…
0.环境: 新装win8.1系统,Tomcat配置无误. 1.错误: 项目中某一.jps页面忽然出现错误,鼠标点上去为:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path. 忽视错误,在Eclipse下启动tomcat的时候,报错为:Eclipse下启动tomcat报错:The archive: D:/Program Files/apache-tomcat-7.0.52…
项目忽然出现 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 解决方法 0.环境: 新装win8.1系统,Tomcat配置无误. 1.错误: 项目中某一.jps页面忽然出现错误,鼠标点上去为:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Buil…
报错:错误路径Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist. 1.错误: 在Eclipse下启动tomcat的时候,报错为:Eclipse下启动tomcat报错:The archive: C:/Program Files(x86)/Java/jdk1.7.0_10/lib/tools.jar which is referenced by the classpat…