首页> 开发问题 >其它问题 其它问题
Java compiler level does not match the version of the installed Java project facet
作者:小萝卜 2020-03-25 【 其它 】 浏览 2422
简介Java compiler level does not match the version of the installed Java project facet
右键项目,properties

选择java Compiler, 取消选择2处,选择3处为1.8(jdk版本),取消4处选择。
P.S.顺便说一下,还有个比较类似的地方,就是build path那里,经常jdk是j2ee1.5,我也不知道为什么,反正改成alternate JRE ,1.8版本的就可以了
很赞哦! (0)
相关文章
- Namenode 没启动
- 解决:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
- pycharm无法识别自己的文件夹的程序
- datagrid MAC和VPNIP显示不出来,Time显示错误的问题
- Attempt to invoke interface method 'boolean java.util.List.add(java.lang.Object)' on a null object reference
- Unreachable statement
- module 'torch' has no attribute 'gesv'
- git中报unable to auto-detect email address
- Python运行语法错误:IndentationError: unindent does not match any outer indentation level
- Python问题:SyntaxError: Non-ASCII character '\xe2' in file
