IntelliJ IDEA tells me “Error:java: Compilation failed: internal java compiler error idea”

前端 未结 12 958
梦谈多话
梦谈多话 2020-12-13 08:17

When I compile a Java project using IntelliJ IDEA, it gives me the following output (and error):

Information:Eclipse compiler 4.6.2 was used to compile java          


        
12条回答
  •  遥遥无期
    2020-12-13 09:07

    In my case it was because of lombok library with intellij 2019.2 & java11.

    According to this IDEA bug after workaround idea works again:

    Disable all building from intelliJ and dedicate the build to Maven.

提交回复
热议问题