jaks
jaks

Reputation: 4607

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.

Upvotes: 0

Views: 187

Answers (1)

Satya
Satya

Reputation: 8881

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

Upvotes: 1

Related Questions