Java问题解决:Java compiler level does not match the version of the installed Java project facet.

问题原因:Java编译器级别与Facted Project 中的Java 版本设定不匹配。

解决办法:将两者设置一致

1.查看Java compiler level :

  选中项目右键properties->Java Complier:由图可知compiler level是1.8

Java问题解决:Java compiler level does not match the version of the installed Java project facet.

2.修改Project Facets的java值,使其与java complier相同:

Java问题解决:Java compiler level does not match the version of the installed Java project facet.

搞定!

上一篇:LVS基本原理


下一篇:数字温湿度传感器DHT11--操作源代码