YoTo Blog

How to install Eclipse Lombok


What is Lombok?

It is a library that automatically generates annotation-based code.

It automatically completes codes such as Getter and Setter without having to write them.

This allows for code maintenance and readability.


How to install

Download

  • Go to the official download address and download.

Lombok official download address Lombok download

Move the file

  • Once you download it, move the jar file to the same location as the Eclipse executable file.

  • Exit the previously running Eclipse. Move Lombok.jar file

Run cmd

  • Run cmd with administrator rights. Run cmd with administrator rights

Run command

  • Move to Eclipse path with cd command. Move cmd folder

  • Change drive to d:

d:

Run jar

java -jar lombok.jar

Installation screen

If the command below is entered correctly, the installation screen will appear.

Click Specify location. Lombok installation screen

Select the Eclipse.exe executable file.

Lombok installation screen Eclipse.exe selection

Click Install / Update to proceed with the installation.

Lombok installation screen Installation start

Installation is complete.

Click Quit Installer to close the installation window.

Lombok installation complete screen


Confirm

Run Eclipse to check if it has been applied properly.

If it keeps showing a red line in the code saying it can't be found, clean the project once.