Thank you salvin francis for replying.
salvin francis wrote: The eclipse.ini or sts.ini should contain:
-javaagent:somepath/lombok.jar
This is the
content of my SpringToolsSuite4.ini (i thnik that is sts.ini) file.
When I go to look for lombok.jar in m2 folder. This is how I do:
and
this is the content of the destination folder.
Once I type this command in cmd (after positioning in the location above):
I get Installation wizard, like
this.
Assuming I need to specify location for SpringToolSuite4, I do so by selecting installation folder where STS is located.
This is how it looks like.
This is final look on wizard before hitting Install/Update button.
If I go back again to folder where STS is installed (unzipped),
this is how it looks like. Jar lombok is present. New
content of .ini file, now, I have that line you mentioned in your post. I am not sure if that is correct.
Once start STS again, it complains that it doesn't
see lombok.
WHERE I'M I WRONG?