eclipse install lombok

1. Download the lombok.jar package https://projectlombok.org/download.html

2. Run Lombok.jar: java
-jar D:\software\lombok.jar D:\software\lombok.jar This is lombok under windows. After a few seconds , the location of the jar

  will pop up a box to confirm the installation path of eclipse</code>
3. After confirming the installation path of eclipse, click the install/update button to complete the installation

4. After the installation is complete, please confirm the eclipse Is there a lombok.jar package in the installation path, and whether the following content is added to its

configuration file eclipse.ini: </code>
    -javaagent:lombok.jar
    -Xbootclasspath/a:lombok.jar
Then congratulations on your successful installation , otherwise add the missing part to the corresponding location</code>
5. Restart eclipse or myeclipse

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326111101&siteId=291194637