i am developing an RCP application. Lately "Search" and "Run" menus are appearing eventhough i have not added them. I guess, I have added depedency plugins and they have defined those. Is there any way to get rid of them?
Joseph Carroll Messages: 156 Registered: May 2012 Location: Milwaukee, WI
Senior Member
When you define your product/launch configuration make sure you include org.eclipse.rcp and not org.eclipse.platform. If you include the later, you will experience your dilemma. Take a look at [1] for more information.
If you made any changes to your dependencies list and it might have happened that you included the platform plugin, your best bet is to delete the runtime-<your app id> folder from your documents directory and rerun your app.
On 07/30/2012 04:29 PM, ModelGeek Mising name wrote:
> Hi,
>
> i am developing an RCP application. Lately "Search" and "Run" menus are
> appearing eventhough i have not added them. I guess, I have added
> depedency plugins and they have defined those. Is there any way to get
> rid of them?
>
> Cheers,