”Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules“解决方案

mac2022-06-30  140

解决方案如下:找到项目所在的位置,然后找到.settings文件夹下面的org.eclipse.wst.common.project.facet.core.xml

将<installed facet="jst.web" version="2.5"/>改为<installed facet="jst.web" version="2.4"/>

即可

转载于:https://www.cnblogs.com/iamconan/p/7383582.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)