IDEAError: java: Compliance level '1.6' is incompatible with target level '1.8'. A

Posted Lauren

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEAError: java: Compliance level '1.6' is incompatible with target level '1.8'. A相关的知识,希望对你有一定的参考价值。

在运行的时候常常出现如下错误:

Error: java: Compliance level \'1.6\' is incompatible with target level \'1.8\'. A compliance level \'1.8\' or better is required

 

解决办法如下:

1. 点击File标签里的Settings, 选择Build,Execution,Deployment->Compiler->Java Compiler,将其中的其中的版本改成1.8;

2. 点击File标签里的Project Structure,选择Project Settings->Modules,选择1.8版本对应的language level

完成以上两步后,再运行时,便不再出现版本错误。

 

以上是关于IDEAError: java: Compliance level '1.6' is incompatible with target level '1.8'. A的主要内容,如果未能解决你的问题,请参考以下文章

IDEA常见错误

IDEA常见错误

解决IDEA中没有JavaEE和往数据库中导入excel文件

mac安装nvm

mac安装nvm

Cocoa KVC:“类不符合键值编码”