Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lombok compatibility #47

Closed
geoemm opened this issue Mar 16, 2018 · 2 comments
Closed

Lombok compatibility #47

geoemm opened this issue Mar 16, 2018 · 2 comments

Comments

@geoemm
Copy link

geoemm commented Mar 16, 2018

Hello, it seems that lombok is unable to recognize STS4 as an IDE. Any thoughts?

lombok

@martinlippert
Copy link
Member

Yes, this is a known limitation of Lombok, it doesn't recognize the new name of the STS4 executable. I would recommend to report that to the Lombok project... :-)

In the meantime, you can install Lombok manually by editing the SpringToolSuite4.ini file and add the vm argument that puts the Lombok agent on the VM.

@geoemm
Copy link
Author

geoemm commented Mar 16, 2018

Already reported! Thanks a lot!

Anyone with similar issues add "-javaagent:lombok.jar" in SpringToolSuite4.ini, copy/paste the Jar to root folder and refresh your projects!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants