From the course: Learning Lombok: Streamlined Java Programming

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Configure your IDE: Eclipse or IntelliJ

Configure your IDE: Eclipse or IntelliJ - Spring Tutorial

From the course: Learning Lombok: Streamlined Java Programming

Configure your IDE: Eclipse or IntelliJ

- [Instructor] In order to use Lombok, we first need to install it in our IDE. For Eclipse, it's a matter of starting it up and then going over to the Project Lombok site and downloading the Lombok jar from the Project Lombok org download page. In this video, we'll be using the latest version of Lombok. Go ahead and click the Download link and this should download really quickly. Once downloaded, locate the jar file and double-click on the jar, which will kick off an installer. As you can see here, the Lombok installer has detected my Eclipse installation and we basically want to click the Install Update button. By the way, if you have a new version of Lombok you want to use in the future, this is how you would update your Eclipse version with newer versions of Lombok. And this is super fast. A quick note, however. If you use custom VM arguments, make sure that you pay attention to the parameters listed here and…

Contents