If you use Spring Tool Suite IDE (STS - by Pivotal) and have tried exploring Lombok, you might have experienced that it doesn't work out of the box (i.e. just adding it to Maven project's POM file).
Following are steps which will help configure Lombok for our IDE.
Following are steps which will help configure Lombok for our IDE.
- Include Lombok dependency in the POM of the relevant Maven project
- Exit or Shutdown STS
- Locate lombok jar in ~/.m2/repository/org/projectlombok/lombok/1.xy.z/lombok-1.xy.z
- Execute the following command from CLI
Error: Unable to access jarfile lombok-1.18.12.jar giving while trying to access lombok file from cmd
ReplyDeleteCan you check if there's any file permission issue...or maybe try giving the exact path of your jar file
ReplyDeleteHi when i trying to configure Lombok .it showing permission related issue can u help me on this
ReplyDelete