Java compiler level does not match the version of the installed Java project facet。1.6不能改成1.8 -----
报错:Failed while changing version of Java to 1.8.Project facet jst.web.jstl has not been defined.解决如下:找到项目目录中的.classpath文件找到1<attributename="owner.project.facets"value="jst.web.jstl"/>将这行删除在eclip
·
报错:
Failed while changing version of Java to 1.8.
Project facet jst.web.jstl has not been defined.
解决如下:
找到项目目录中的.classpath文件
找到
|
1 |
|
将这行删除
在eclipse中刷新项目,并打开配置选项卡,jdk版本就可以改变成 1.8了
clean项目
注意Java build path
更多推荐
所有评论(0)