简体   繁体   English

Eclipse插件开发:未知的扩展点

[英]Eclipse plugin development: unknown extension point

I want to use the CDT-plugin nature for my project. 我想为项目使用CDT插件性质。

   <extension
         id="project.mycnature"
         point="org.eclipse.cdt.core.cnature">
      <runtime>
         <run
               class="sp40plugin.nature.ProjectNature">
         </run>
      </runtime>
   </extension>

Even thought I added almost every single .jar file of the CDT I can't seem to find this extension point. 甚至以为我添加了CDT的几乎每个.jar文件,我似乎都找不到该扩展点。 I am a plugin-coder-beginner.. can somebody tell me how to make this right? 我是一个插件编码初学者..有人可以告诉我如何做到这一点吗?

Did you add all the plugins as dependencies in the manifest.mf ? 您是否已将所有插件添加为manifest.mf中的依赖项?

Check this link for CDT downloads http://www.eclipse.org/cdt/downloads.php 检查此链接以获取CDT下载http://www.eclipse.org/cdt/downloads.php

cheers, Saurav 干杯,索拉夫

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM