Manually install lombok under myeclipse and eclipse linux

Premise linux Ubuntu Use MyEclipse, manually install the lombok plugin

According to the online strategy, the ini file is appended at the end

-Xbootclasspath/a:lombok.jar
-javaagent:lombok.jar

 

Startup always gives an error.

 

The correct way should be : (write out the full path where lombok.jar is located)

-Xbootclasspath/a:/opt/MyEclipse 2017 CI/lombok.jar
-javaagent: / opt / MyEclipse 2017 CI / lombok.jar

 

Guess you like

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