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

£可爱£侵袭症+ 提交于 2019-11-27 14:00:51

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.

My simple guess would be that the version of Eclipse that RSA 7.0 is based on is missing some methods that your version of check style is wanting. RSA 7.5 uses Eclipse 3.4, and I've been very happy with it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!