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

后端 未结 2 723
心在旅途
心在旅途 2020-12-03 07:15

I am trying to use the eclipse-cs plugin on Rational Software Architect 7.0.0.4.

I recently uninstalled the older beta2 version and installed beta3. The plug-in itse

相关标签:
2条回答
  • 2020-12-03 08:00

    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.

    0 讨论(0)
  • 2020-12-03 08:01

    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.

    0 讨论(0)
提交回复
热议问题