user3448331
user3448331

Reputation: 63

Eclipse reading wrong import on start up

When ever I started Eclipse a maven project called always has an error - Its kinda hard to explain - see the image

Upvotes: 0

Views: 31

Answers (2)

sumanta
sumanta

Reputation: 359

I think you might not added proper jar in the classpath . please check if classpath is correct or not.

Upvotes: 0

Leistungsabfall
Leistungsabfall

Reputation: 6488

If the class that you`re trying to import does exist, it is an eclipse failure.

Project -> Clean should fix it.

Upvotes: 1

Related Questions