Janet
Janet

Reputation: 864

project is missing required annotation processing library

My Eclipse IDE suddenly showed in Problem view saying "xxxx project is missing required annotation processing library: xxxx (some old jar in M2_REPO). I googled and did not find any answers why my project is using the old jar and where the error comes from.

Upvotes: 5

Views: 3229

Answers (1)

Janet
Janet

Reputation: 864

To remove the error, right click project -> properties -> Java Compiler ->Annotation Processing-> Factory Path, uncheck Enable project specific settings. Enable project specific settings

Upvotes: 11

Related Questions