Lombok problems with Eclipse Oxygen

后端 未结 20 997
南方客
南方客 2020-12-02 16:40

I upgraded recently to the new Eclipse version (Oxygen). I downloaded the lombok.jar from the website and installed it. This is how the eclipse.ini looks like a

20条回答
  •  天命终不由人
    2020-12-02 17:20

    Also had problems with lombok in eclipse oxygen.

    My solution: returned from java version 8u144 to 8u141.

    And I refer to lombok by adding this to my eclipse.ini:

    -Xbootclasspath/c:/DEV/Tools/lombok-1.16.18/lombok.jar

    -javaagent:/DEV/Tools/lombok-1.16.18/lombok.jar

提交回复
热议问题