Eclipse中修改java、web module版本cannot change version of project facet Dynamic web module to 3.0

    xiaoxiao2023-03-24  5

    正常修改

    上图中无法修改的情况下可以这么操作

    手动修改项目目录下.settings/org.eclipse.wst.common.project.facet.core.xml

    <?xml version="1.0" encoding="UTF-8"?> <faceted-project> <fixed facet="wst.jsdt.web"/> <installed facet="java" version="1.7"/> <installed facet="jst.web" version="3.0"/> <installed facet="wst.jsdt.web" version="1.0"/> </faceted-project>

    基本上是配置都差不多 ! 只更改java 和 jst.web就可以

    转载请注明原文地址: https://ju.6miu.com/read-1202537.html
    最新回复(0)