Skip to content

Installing Lombok

Eliza Margaretha Illig edited this page May 15, 2024 · 3 revisions

Installing lombok

When working with an IDE, you would probably need to install lombok manually.

For Eclipse (tested using Eclipse IDE for Enterprise Java and Web Developers version 2024-03), please install lombok version 1.18.32.

Go to the directory of your lombok.jar

cd ~/.m2/repository/org/projectlombok/lombok/[version-number]

Run lombok.jar

java -jar lombok-[version-number].jar

Restart your IDE and clean your project.

Clone this wiki locally