Deploying a newly developed Eclipse Plugin

后端 未结 5 796
时光说笑
时光说笑 2021-01-31 10:13

I have written an Eclpise plugin (an Error Parser for the CDT), and it works just fine in the debugger version of eclipse. However I cannot for the life of me figure out how to

5条回答
  •  时光取名叫无心
    2021-01-31 10:23

    The reason why my plugin was not being loaded was that my plugin had features of CDT and CDT Development SDK was not installed in eclipse.

    Once I installed the CDT Development SDK tools, my plugin was loaded automatically.

提交回复
热议问题