IntelliJ IDEA 13 uses Java 1.5 despite setting to 1.7

后端 未结 13 912
我在风中等你
我在风中等你 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-04 08:23

    If nothing of this helps (my case), you can set it in your pom.xml, like this:

    
      1.7
      1.7
    
    

    As this cool guy mentioned here: https://stackoverflow.com/a/25888116/1643465

提交回复
热议问题