I've tried most steps suggested by folks out here and I'm unable to install Lombok.
How my eclipse.ini looks:
-vmargs
..
..
..
-Xbootclasspath/a:/Users/rafaellima/eclipse/java-2023-12/Eclipse.app/Contents/Eclipse/lombok.jar
-javaagent:/Users/rafaellima/eclipse/java-2023-12/Eclipse.app/Contents/Eclipse/lombok.jar
I included Xbootclasspath manually -- this makes the Lombok errors go away, but in turn breaks the build making the application unable to start with the following error:
"Errors occurred during the build. Errors running builder 'Java Builder' on project 'algafood-api'. javax/annotation/processing/AbstractProcessor"
Removing Xbootclasspath makes the build error go away, but then makes Lombok not work.
I've also tried running the GUI installed and selecting the eclipse.ini, but that does not include the Xbootclasspath.
I've spent countless hours on this without a solution.
I'm running Mac High Sierra 10.13.6.
Eclipse : Version: 2023-12 (4.30.0) Build id: 20231201-2043
Lombok Version : 1.18.8
Also does not work with STS, similar issues.
Please HEEEEEELPPPP
Always, always makes sure you're trying it with the latest Lombok release. 1.18.8 is not the latest.