简体   繁体   中英

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. 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.
  • 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.

像这样

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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