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

前端 未结 16 1045
旧时难觅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:33

    If you are using Gradle as a build tool and you get this error when executing a Gradle task i.e TomcatRun take a look to my other answer to the same question

    javac: invalid target release: 1.8

提交回复
热议问题