java compiler level does not match the v examime.
java 編譯器級別與項目版本不匹配。
解決:
在當前項目上點右鍵,屬性 Properties->MyEclipse->Project Facets中,配置編譯版本與java compiler的版本一致。
1)選中項目后按下alt+enter組合鍵或者右鍵Project | Properties |Java Compiler(type filter text輸入compiler可快速定位)。
2)修改Project Facets的Java值,使之和Compiler compliance level相同。
