[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Load 2 Plugins in RCP ?
|
- From: d.chau1982@xxxxxxxx (Dung)
- Date: Wed, 16 Apr 2008 10:31:24 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
hi,
thanks for the advice Ed. I tried to run the plugins with that implement
IApplication and it works now.
I had to define the plugin id and extention point id in the plugin.xml.
and afterwards I run the plugin in the console with the parameter:
eclipse -application PLUGIN_ID.EXTENTION_POINT_ID
This also works with a rcp.
If I want to use further IAppllication plugins with the rcp, I have to
import this plugins into the *.product file in the "configuration" tab
with all required plugins added too.
So everything works as you described it. Seems I had a typo or something
similar that caused the problems in the first case.
best regards
Dung