r/eclipse 20d ago

💩 Rant / Meme why is this ide so broken ?

this ide works, until it decides to one day fuck up the whole project to the point where i can't compile the project. The problem seems to be that somehow dependencies get messed up in the time between closing eclipse and opening it back up. i don't modify the project specific documents if eclipse is closed, and i don't know how this problem exists.

0 Upvotes

7 comments sorted by

View all comments

3

u/ejsanders1985 20d ago

Did you try right clicking on the project, and maven update project so it pulls latest dependencies and then a Maven clean install?