首页 > Web开发 > 详细

Failed while installing Dynamic Web Module 2.5. Project facet jst.web.jstl has not been defined.

时间:2017-08-14 19:35:21      阅读:3029      评论:0      收藏:0      [点我收藏+]

问题:用eclipse导入一个myeclipse的web项目后,不能添加到tomcat中,在修改project facets的相关属性时报:Failed while installing Dynamic Web Module 2.5. Project facet jst.web.jstl has not been defined.

原因是myeclipse里用到了jstl,所以要去掉jstl.

1、修改项目.setting文件夹下的org.eclipse.wst.common.project.facet.core.xml文件,把

  1. <installed facet="jst.web.jstl" version="1.2.1"/>  
  2. <installed facet="me.spring" version="4.1"/> 

这两个标签去掉。

2、修改.classpath文件,去掉 <attribute name="owner.project.facets" value="jst.web.jstl"/>  

Failed while installing Dynamic Web Module 2.5. Project facet jst.web.jstl has not been defined.

原文:http://www.cnblogs.com/bmw320li/p/7359713.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!