Problems occurred when invoking code from plug-in: “org.eclipse.jface” when using Checkstyle Plugin

Try so start Eclipse from the console/terminal with the -clean option.

On Windows:

Eclipse.exe -clean

On *nix:

./eclipse -clean

or if Eclipse is in your PATH

eclipse -clean

This will clear your plug-ins cache, maybe it solves the issue.

Leave a Comment