摘要: 1、进入项目目录,找到.project文件,打开。 2、找到...代码段。 3、在第2步的代码段中加入如下标签内容并保存: org.eclipse.wst.common.project.facet.core.nature org.eclipse.wst.common.modulecore.ModuleCoreNature org.eclipse.jem.workbench.JavaEMFNature4、项目目录下的.classpath文件,把所有Webroot字符串改为WebContent,保存。5、把目录下webroot的文件夹改名为WebContent。6、在eclipse中Java Re 阅读全文
posted @ 2013-08-16 17:45 brave-sailor 阅读(236) 评论(0) 推荐(0)
摘要: eclipse项目中关于导入的项目里提示HttpServletRequest 不能引用的解决办法当使用eclipse导入外部的web工程时,有时会提示HttpServletRequest, ServletActionContext,ServletRequestAware,ServletResponseAware找不到的情况,解决办法:----------------------------------------------------------------------------------------------------选中项目-->properties-->Target 阅读全文
posted @ 2013-08-16 02:20 brave-sailor 阅读(637) 评论(0) 推荐(0)