小码问答,有问必答!

Java compiler level does not match the version of the installed Java project facet。1.6不能改成1.8

JavaEE

收藏

1个回答

我要回答

  • author
    牛叔叔 2020-11-12 14:34

    报错:

    Failed while changing version of Java to 1.8. 

    Project facet jst.web.jstl has not been defined.

    解决如下:


    找到项目目录中的.classpath文件

    找到

    <attribute name="owner.project.facets" value="jst.web.jstl"/>

    将这行删除


    在eclipse中刷新项目,并打开配置选项卡,jdk版本就可以改变成 1.8了