Lombok not working with STS

后端 未结 18 1951
我在风中等你
我在风中等你 2020-12-14 06:49

Although I love lombok, it gives too much problems while configuring sometimes, specially in Linux. When I was trying to install it, I was getting the following error:

18条回答
  •  遥遥无期
    2020-12-14 07:28

    I have the same issue of lombok not working on STS. For me root cause was that I have spaces in my STS installation directory

    -javaagent:E:\Installation Directory with spaces\sts-X.X\lombok.jar
    

    in STS.iniand after changing it to relative path

    -javaagent:lombok.jar
    

    lombok started working.

提交回复
热议问题