简体   繁体   English

在eclipse中部署后插件未显示

[英]plugin doesn't show after deployment in the eclipse

I have created an eclipse plugin and it works fine when I'm running it using run as eclipse application.But when I deployed my plugin in the eclipse using File->Export->Deployable plugins and fragments, I cannot see it under new wizard. 我已经创建了一个eclipse插件,当我使用``以eclipse形式运行''应用程序运行它时可以正常工作,但是当我使用File-> Export-> Deployable插件和片段将其部署在eclipse中时,在新向导下看不到它。 I can see my plugin under installed plugins. 我可以在已安装的插件下看到我的插件。

Any help why I cannot see it under new wizard list? 有什么帮助为什么我在新的向导列表下看不到它?

UPDATE: 更新:

My plugin shows under plugin registry view and when I'm diagnosing it says "no problems detected". 我的插件显示在插件注册表视图下,当我进行诊断时显示“未检测到问题”。 Can anyone help why it's not visible? 谁能帮忙为什么它不可见?

Quite often this is due to a missing dependency. 通常这是由于缺少依赖项。

  • Check the "Plug-in Registry" View of your Eclipse installation for your Plug-In. 检查Eclipse安装的“插件注册表”视图中的插件。
  • Right click on any plugin and check "Show Advanced Options". 右键单击任何插件,然后选中“显示高级选项”。
  • Search your plugin, right click it and clcik on "Diagnose". 搜索您的插件,右键单击它,然后单击“诊断”。

It should show you missing dependencies, if there are any. 它应该显示您缺少依赖项(如果有)。

像这样

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

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