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

相关文章:

  • 2021-11-26
  • 2021-09-18
  • 2021-04-12
  • 2022-02-20
  • 2021-04-10
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-06-20
  • 2021-06-02
  • 2021-05-21
相关资源
相似解决方案