IntelliJ IDEA 13 uses Java 1.5 despite setting to 1.7

后端 未结 13 857
我在风中等你
我在风中等你 2020-12-04 07:40

Despite specifying JDK 1.7 in all project settings (including in File -> Project Structure -> Project :: Project SDK), the following error is produced by

13条回答
  •  無奈伤痛
    2020-12-04 08:15

    First, you need to change the "project bytecode version" under File > Settings, Compiler > Java Compiler

    Second, do a full rebuild.

提交回复
热议问题