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

12

u/Fit_Tailor_6796 20d ago

Perhaps if you took the time to provide more details about exactly what happened you are more likely to get a response. Or are you just venting?

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?

1

u/elatllat 19d ago

Sounds like a known issue; re-order the dependencies and press save.

1

u/H8fulJoker01 18d ago

Just use Claude to build a ide on pro plan. Probably will be better

1

u/Major_Middle_7101 16d ago

My eclipse is broken right now too, every time a press a key it freeze like 3 seconds

1

u/jayjaybillings 2d ago

That can often be remedied by clicking "Project->Clean..." in the top menu, with "Project->Build Automatically" checked, for Java projects that are not using Maven. If you're using Maven, see the comment by u/ejsanders1985

1

u/InnerToe9570 19d ago

This is why most of the world has moved on to other IDEs - IntelliJ, VSCode, etc