Search code examples
eclipsem2eclipse

Eclipse says 'Class not found' even though the classes are available


In Eclipse UI, I got the following problem,

enter image description here

If you see left side, the classes are available. I am able to build using Maven and run it successfully. But this Eclipse error highlighting is really annoying.

I am using Eclipse Indigo SR2 and installed Spring Tool Suite. Please help me on fixing this issue. Thanks.


Solution

  • try importing com.beatle.model.* and see what happens