Intellij Idea bug
Hello, currently I am working on a big project, I was on vscode but I just switched to Intellij Idea Ultimate however I found several errors:
I'm on WSL and Docker in a project with DevContainer, I often have problems with "Host is unresponsive", Dump Threads, and others which create lag.
Then I notice that I cannot build my pom.xml from the IDE, no problem, I do it in cmd but I notice that all the packages are found except Lombok. I tried to clean install but nothing changes.
Could anyone help me resolve my issues?
12 Replies
⌛
This post has been reserved for your question.
Hey @Max! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose 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.




What happens when running
mvn compile
?
Can you show your full pom.xml (ideally as text, not as an image because images of text are annoying)
Like can you show the output of the cmd build?Do you think the problem could come from the fact that I'm working in DevContainer?
What's strange is that I can build and launch the project but it's just the IDE that can't find the package
Oh I interpreted the
I do it in cmd but I notice that all the packages are found except Lombokas in that lombok wasn't found when doing it in cmd Can you try using the reload Maven project button in IntelliJ? There should be a Maven tab on the right and if you open it, it should have a reload button
Oh, I just saw before I found nothing related to maven by right clicking on pom.xml but now I see "Add as Maven project" and dcp I have the button, before I didn't have anything for maven at all
When I do "Sync all maven project" I have no loading or things that change
i found, i need to do

So I just added all the libs, but it's weird that I had to do that I think

Okay, it works! thanks.
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
Post Closed
This post has been closed by <@358629612584173568>.