0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
tony
  • 359
  • 1
  • 3
  • 15

2 Answers2

2

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.

Odin
  • 580
  • 11
  • 24
1
  • Close the project, re-open and try again

if this doesn't work:

  • Close eclipse, re-open and try again

if this doesn't work:

  • Close project, manually edit .classpath file, re-open project
Kai
  • 38,985
  • 14
  • 88
  • 103