Hey guys I got a problem with lombok. I try to make a phone book with JSF and SpringBoot literally made with this tutorial: https://dzone.com/articles/developing-jsf-applications-with-spring-boot
I added the Maven dependency for lombok and got no problom with the @Data annotation, but it won't create any getters and setters and so on. I tried what people here on StackOverflow in other questions said and executed the lombok.jar which is located in my Maven repo: C:\Users\anonym.m2\repository\org\projectlombok\lombok\1.16.16\lombok-1.16.16.jar
It already had the right path and i clicked install. After that I close and open Eclipse but got exit code = 1 because this line will be added:
-javaagent:lombok.jar
And my Eclipse won't open anymore until i deleted this line. But then lombok does not work. What am I doing wrong?
Please have merci I'm a beginner.
lombok.jarinto the Eclipse directory? (I think the Lombok installer should do this automatically, but maybe there went something wrong with that step.) - tobias_keclipse.inito use the absolute path instead? - Roel Spilker