What is the reason for a red exclamation mark next to my project in Eclipse?

There is a Problems view (try Window->Show View) which shows this kind of thing.

It’s usually missing Jars (eg your project configuration references a jar that isn’t there), and that kind of thing, in the case of JDT, but obviously these days Eclipse can be used in so many ways, it could be anything.

Leave a Comment