Lombok Issue

Im trying to use lombok in my anticheat project but its not working i took over 4 hours me and my friend trying to fix it rebuilding, cleaning. And it just doesnt want to work, any help?
21 Replies
JavaBot
JavaBot2w ago
This post has been reserved for your question.
Hey @Alzore! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
dan1st
dan1st2w ago
Are you using JDK 22 or later?
Alzore
AlzoreOP2w ago
JDK 8
dan1st
dan1st2w ago
Does the issue also occur when compiling from the command line? What exactly are you doing? What happens?
Alzore
AlzoreOP2w ago
no it doesn't
dan1st
dan1st2w ago
So only in the IDE? What IDE are you using?
Alzore
AlzoreOP2w ago
Alzore
AlzoreOP2w ago
IntelliJ we using it for the @Getter to not create a method and get and set every variable
dan1st
dan1st2w ago
I assume it's just not creating the methods?
Alzore
AlzoreOP2w ago
nope, not creating them and its annoying
dan1st
dan1st2w ago
Can you try all of the following (might be necessary to do multiple): - Update to the latest Lombok version - Add -proc:full to the conpiler args of the Maven compiler plugin - In your project properties/settings, search for "annotation processor" and show me what you have there - in the project structure, show me what's there, specifically the used JDK (not the language level) - In the IntelliJ plugin page, search for "Lombok" and show me a screenshot of the results
Alzore
AlzoreOP2w ago
Okay
dan1st
dan1st2w ago
well I mean the first two might be necessary together
Alzore
AlzoreOP2w ago
the Language Level is SDK Default
No description
Alzore
AlzoreOP2w ago
whats the latest lombok ver tho
dan1st
dan1st2w ago
that option must be enabled for Lombok to work
Alzore
AlzoreOP2w ago
BRUHHHHH NO WAY LMAO
dan1st
dan1st2w ago
but I'm talking about the actually used JDK for building which is different from the language level Did that do it?
Alzore
AlzoreOP2w ago
1 second No, it doesnt seem to be fixed
dan1st
dan1st2w ago
In that case, please show me the other things and don't forget to reload the Maven project after the two changes to the pom.xml also that thing shows a menu on the left with a + at the top - can you expand that menu/show me the full thing?
JavaBot
JavaBot2w ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?