The project: project which is referenced by the classpath, does not exist.

有个java工程运行时报The project: project which is referenced by the classpath, does not exist.错误

上网查解决方案,说是将项目名称修改成别的名称就可以运行了

按照此法尝试,还是报错,由于我的工程是maven项目,首先在eclipse中移除该项目

然后将项目下得eclipse项目信息全部删除,也就是.project等文件

重新将项目引入eclipse,import-选择maven项目-确定,运行成功

时间: 2024-10-11 10:24:09

The project: project which is referenced by the classpath, does not exist.的相关文章

【转】Eclipse下启动tomcat报错:/bin/bootstrap.jar which is referenced by the classpath, does not exist.

转载地址: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的位

Eclipse. The archive which is referenced by the classpath, does not exist

在用eclipse编译java项目时,运行的时候系统报这个错,我也搜过一些问题,但是都没有解决. 现在说下我的解决思路,我看了项目的Properties中的build path,挨个检查了其中的选项,也没有发现问题. 最后我把项目重新删除了,重新创建项目问题解决了. 出错原因:项目的名称和工作空间的名称相同,造成了错误. 解决办法:修改项目的名称,避免和工作空间名称相同. 版权声明:本文为博主原创文章,未经博主允许不得转载.

eclipse Archive for required library in project cannot be read or is not a valid ZIP file

遇到问题: 由于项目开发需要用到spark的第三方jar包,于是下载spark的jar包并引入,显示问题如下: Archive for required library: 'F:/lib/spark-assembly-1.5.2-hadoop2.4.0.jar' in project 'project' cannot be read or is not a valid ZIP file Archive for required library: 'F:/lib/spark-examples-1.

SoapUI Pro Project Solution Collection-Custom project and setup

import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import com.eviware.soapui.SoapUI; import com.eviware.soapui.SoapUIProSettings; import com.eviware.soapui.impl.wsdl.WsdlProjectPro; import com.eviware.soapui.impl.wsdl.suppor

POM (Project Object Model)简介

1  概念介绍 一个项目所有的配置都放置在 POM 文件中:定义项目的类型.名字,管理依赖关系,定制插件的行为等等.比如说,你可以配置 compiler 插件让它使用 java1.5 来编译. [html] view plain copy print? <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

【intellij idea】Project Structure 讲解

项目的左侧面板 项目设置->Project Project Settings -> Modules Sources面板 Paths面板 dependencies面板 Project Settings - > Libraries Project Settings - > Facets Project Settings -> artifacts 关于添加依赖包 可以在Libraries标签页中增加架包,也可以在对应的module里添加架包.前者可以将架包集中在一起并起个别名,便于

Project Management Process

Project Management ProcessDescription .......................................................................................................................................................................................1STAGE/STEP/TASK SUMMARY LIST

Introduction to Project Management

Project management in the modern sense began in the early 1950s, although it has its roots further back in the latter years of the 19th century. The driver for project management was businesses realising the benefits of organising work around project

addddd

Virtual Files A virtual file com.intellij.openapi.vfs.VirtualFile is the IntelliJ Platform's representation of a file in a file system (VFS). Most commonly, a virtual file is a file in your local file system. However, the IntelliJ Platform supports m