IntelliJ Idea编译报错:请使用 -source 7 或更高版本

2016-08-06

Problem #1

最近使用 IntelliJ IDEA 的时候,会遇到一个无法编译工程的问题:

Information:Using javac 1.7.0_79 to compile java sources
Information:java: javacTask: 源发行版 1.7 需要目标发行版 1.7
Information:java: Errors occurred while compiling module 'xxxx'
Information:2016/4/13 16:42 - Compilation completed with 1 error and 0 warnings in 1s 805ms
Error:java: Compilation failed: internal java compiler error

这个真的很恼人,好好的工程起飞不了。

Sloution

File-->Other Settings-->Default Settings-->Compiler-->Java Compiler

修改到1.7版本,下面的Moudle也同样修改到1.7版本。
再次尝试编译,👌ok

Comments
Write a Comment