maven的facet错误解决方法
Posted 天空之家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven的facet错误解决方法相关的知识,希望对你有一定的参考价值。
使用eclipse导入maven项目时,出现如图错误:cannot change version of project facet dynamic web module to 2.5。
打开facet调整页面,发现无法调整为2.5版本。
3 调整项目的web.xml文件,将版本号统一改为2.5,如图
4切换视图为navigator,打开org.eclipse.jdt.core.prefs文件,将jdk版本号改为当前系统jdk版本号,如图
5继续在navigator视图下,打开org.eclipse.wst.common.component文件,将jdk版本改为当前系统版本号,如图
6继续在navigator视图下,打开org.eclipse.wst.common.project.facet.core.xml文件,将jdk版本改为当前系统版本号,将jst.web改为2.5,如图
7 修改完成后,facet 已经修改为2.5,项目可正常使用。
以上是关于maven的facet错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章
解决gradle导入时Web Facets/Artifacts错误
java compiler 与 facet doesn't match 错误的解决方法
Myeclipse报错:“Versions of Spring facet could not be detected”的解决方法:译
Myeclipse报错:“Versions of Spring facet could not be detected”的解决方法:译
Java compiler level does not match the version of the installed java project facet错误的解决