Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lombok not working with STS

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:enter image description here

I tried to set it up manually,as suggested here https://github.com/rzwitserloot/lombok/issues/95 but that didn't work out either. Any suggestions?

like image 560
Heisenberg Avatar asked Mar 07 '16 11:03

Heisenberg


People also ask

Why Lombok dependency is not working in STS?

Now error pops up saying, Lombok cannot find the STS IDE, and asks us to manually select the STS runnable. If you are using from the folder, just select the correct path to the runnable. Now run "Install/Update" in the jar. It should show that Installation is successful.

How do I enable Lombok plugin in STS?

Download lombok. jar from official download link. Once you click Install button, it will add lombok to STS or eclipse. Restart STS after installation is completed.

Why Lombok is not working in eclipse?

Eclipse 2020-12 (Eclipse 2020-12 Java) does not support Lombok. It runs fine, but the IDE shows errors for all Lombok generates getters/setters. The previous version of Eclipse work fine. You have to install lombok on your installation, otherwise Eclipse will not be able to handle the Lombok-Annotations.


1 Answers

  • I have update the same on the following link.

Lombok not generating getter and setter STS

enter image description here

like image 116
GoutamS Avatar answered Oct 01 '22 20:10

GoutamS