Deploying a newly developed Eclipse Plugin

后端 未结 5 834
时光说笑
时光说笑 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:17

    Here is more information: To use your plug-ins in your standard Eclipse installation you can either export it locally as plug-in and place it into your Eclipse installation or you export it as feature and use the Eclipse update manager to install it.... http://www.vogella.de/articles/EclipsePlugIn/article.html#deployplugin

提交回复
热议问题