I\'m working on a project with Eclipse and by now everything was fine, but last time I\'ve tried building it, it returned the error,
\"The project was
The process I followed is
I had the same problem. After restarting Eclipse, one delete goes through for me and then subsequent deletes fail. What I finally did was restart Eclipse then Ctrl + click every item I wanted to delete. Then I deleted them all at once and it worked fine.
Problems with deleting things for me under Windows usually come down to one of two things:
Solution (for me): In my case the file was no longer existing wherever it was linked from, hence the file could not be found ( obvious ). All of the files being referenced are in paths in my src folder somewhere or in other local projects. Nothing so far has worked for me except the following...
How I was able to remove my broken links.
Link removed.
This is a dirty workaround. I do hope that this issue is resolved however.
What works for me :
bin
folder and delete all the contents (not the folder itself).Project -> Clean
.Project -> Build automatically
.I was working on an open source project, and this particular problem was a real pain in the ass and ended up wasting 4 hours.
What eclipse is trying to say is:
I do not have access rights to the particular bin folder. If you are using linux, then: