Tuesday, 21 July 2015

Intellij IDEA: Error javac: source release 1.7 requires target release 1.7

In IntelliJ 13 and 14, check the Settings > Compiler > Java Compiler UI to ensure you're not targeting a different bytecode version in your module.
enter image description here                                                                          
To change the Target byte version to 1.7 .click apply to save the setting will resolve the issue.

No comments:

Post a Comment