Reputation: 359
I have a java project with build path related to folder that were deleted. Now I want to edit references but while saving I got following error -
Setting build path has encountered a problem - A resource exists with a different case and changes rejected.
What's wrong?
Upvotes: 0
Views: 1426
Reputation: 39651
if this doesn't work:
if this doesn't work:
Upvotes: 1
Reputation: 580
Most probably it is due to the deleted resource that is still being referenced from your build path. Make sure the the resource exists in your physical disk.
If possible can you add additional log messages.
Upvotes: 2