码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2017-08-14 20:02:21      阅读:419      评论:0      收藏:0      [点我收藏+]

标签:facet   fail   efi   module   val   clip   attr   tomcat   eclips   

问题:用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.

标签:facet   fail   efi   module   val   clip   attr   tomcat   eclips   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!