Welcome menu in Eclipse product

你离开我真会死。 提交于 2019-12-13 07:31:57

问题


I have a product definition that depends on my feature. In my feature I have dependency on org.eclipse.ui.intro. However, when I launch product I don't see Welcome item in Help menu. What can cause welcome menu not to load?

thanks!


回答1:


The dependency alone is not enough.

Did you follow all the steps required to define an intro?
See Defining a minimal intro configuration, which echoes back that old message:

You need to register a Intro (aka Welcome) with a product for you to be able to see it.
You need to run as a product.
When self hosting, you have to select "run a product" in the launch configuration and make sure you see and select your product from the combo.

So did you define a product binding for your intro (see eorg.eclipse.ui.intro)?




回答2:


Also, if your Welcome page is based on the intro.universal, you will have to add org.eclipse.ui.intro.universal to your product dependencies.



来源:https://stackoverflow.com/questions/3411446/welcome-menu-in-eclipse-product

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!