Error:java: invalid source release: 8 in Intellij. What does it mean?

前端 未结 16 993
旧时难觅i
旧时难觅i 2020-11-27 08:55

Im trying to compile some code in I\'m using Intellij Ultimate 13.1.4, but I get the following error and I have no idea what it means:

Information:Using java         


        
16条回答
  •  感情败类
    2020-11-27 09:32

    I had the same issue the solution for me was to change my java version in the pom.xml file.

    I changed it from 11 to 8.

提交回复
热议问题