eclipse中用struts2时报Path must include project and resource name: /struts-default.xml的错误



如题,错误图片:

解决方法,clean一下

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-10-10 16:39:12

eclipse中用struts2时报Path must include project and resource name: /struts-default.xml的错误的相关文章

Eclipse配置Struts2问题:ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

使用ssh搭建web项目,但是环境配置好后,挂载到tomcat服务器上就出现此异常 根据错误提示,意思是找不到org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter,一开始以为在web.xml文件中配置错误,于是找到类名复制粘贴(右击copy qualified name),保存重新运行,依然出现同样的错误,说明路径拼写没有问题. 最后我思路是在创建web项目中,WEB-INF的lib文件夹下面build pat

在Eclipse中用SWT设计界面

摘自http://www.tulaoshi.com/n/20160129/1488574.html 在Eclipse中用SWT设计界面 1. 为什么要使用SWT? SWT是一个IBM开发的跨平台GUI开发工具包.至于为什么IBM要费劲自己另起炉灶开发一个GUI工具包,而不是使用Sun现有的由AWT, Swing, Java 2D, Java 3D等构成的Java GUI框架,那就说来话长了.(记得在一个BBS上读过一个关于SWT起源的调侃类的帖子). 在SWT之前,Sun已经提供了一个跨平台GU

This compilation unit is not on the build path of java project 错误

今天从SVN上面检出了一个项目,在写代码的时候在输入  . 后就报 This compilation unit is not on the build path of java project 错误. 平常的项目 在输入  . 之后都会有相应的代码提示唯独这个就没有..感觉很是纠结,于是在网上找了很多资料.总算解决了. 首先打开自己项目的  .project 文件  ,如果在myeclipse里面找不到这个文件可以 ,ctrl+shift+R一起按,在弹出的框里面直接输入这个文件名字... 打开

解决eclipse中overlaps the location of another project: 'xxxx'

找遍网络发现各种解释,最常见的一种是: new -> android project -> create project from exist source出现如下错误信息:Invalid project description------>detail: ->>> xxxx(project path) overlaps the location of another project: 'xxxx'最后发现时我把源码把放到了workspace目录下了的原因导致的.ecl

Eclipse配置Struts2.x

问了我同学现在JavaWeb主流框架是哪些.他说基本框架是SSH,struts2+spring+hibernate,流行的是SSM,springmvc+spring+mybatis,原本计划学下Struts1框架呢,这样就不学了,先学下Struts2,首先就是eclipse配置Struts2. 一.下载Struts2 从http://struts.apache.org/download.cgi#struts25101下载struts2的包,这里我选的是min的下载的 二.导入Struts2 下载

eclipse集成struts2.3.20

需要强调的是,这里介绍的是在eclipse工具下集成struts2.3.20而不是MyEclipse添加对struts2的支持~MyEclipse可以很方便的在工程中添加对struts2的支持,网上随便搜一下资料很多,例如http://jingyan.baidu.com/article/93f9803fe1acefe0e46f55fd.html这个页面里讲的就不错~ 这里需要注意的是,eclipse可以精确的支持struts2的详细版本,例如这里的struts2.3.20,而MyEclipse虽

在Eclipse中用TODO标签管理任务

在Eclipse中用TODO标签管理任务 Elipse为Java项目的时候,有一个很人性化的"任务管理"功能,利用这个功能可以方便地将项目中一些需要处理的任务记录下来.先来看看"任务管理"是怎么使用的吧.下面这个类在Class和name 属性的comment中分别加入了一段FIXME 和TODO标签,在FIXME和TODO标签的候命 还跟上了一段文字来说明需要任务的内容. /*** FIXME* @author Administrator**/public clas

Maven:Resource Path Location Type Project configuration is not up-to-date with pom.xml. Run project configuration update

Maven构建项目的时候提示: Description Resource Path Location Type Project configuration is not up-to-date with pom.xml. Run project configuration update GamesMarket line 1 Maven Configuration Problem 如下图操作即可:

eclipse导入安卓工程时出现 Invalid project description. overlaps the location of another project提示

eclipse导入工程时出现了如下问题: Invalid project description. /Users/yang/Documents/workspace/BarCodeTest overlaps the location of another project: 'BarCodeTest' 原因:下载工程时把该工程放在了workspace目录下.eclipse插件在创建项目的时候需要在workspace目录下创建一个同名的目录. 但发现workspace目录下已存在对应的目录时,就会报上