Why can't eclipse resolve class in same package?

后端 未结 17 2050
逝去的感伤
逝去的感伤 2021-01-31 15:56

I hit F5 ~1000 times and restarted eclipse (also with -clean), deleted /bin, but nothing helps. Manually importing DoodleClient does not help. DoodleClient exists and is perfect

17条回答
  •  误落风尘
    2021-01-31 16:18

    I have 3 projects in my project explorer and they have dependencies on each other.

    They all went nuts and I had 9000+ errors across all 3 projects.

    It turned out that cleaning each of them in the correct order (middle, top, bottom) resolved everything.

    Cleaning in the correct order is what fixed my issue.

    Just thought it was worth mentioning :)

提交回复
热议问题