Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Clarification on RCP & Plugin
Clarification on RCP & Plugin [message #449108] Wed, 10 May 2006 10:08 Go to next message
Eclipse UserFriend
Originally posted by: thierry.janaudy.com

I am developing a custom RCP application based on plugins.
I have also developed one plugin that is a UI component that is displayed
on the status line. This component works well when I deploy it in the
eclipse plugin directory.

Now I thought that I could just deploy it in my custom RCP application
plugin directory and that this plugin would somehow magically work – but I
not even see it in the status line…

Is it not possible to write plugins for a custom RCP app?
Re: Clarification on RCP & Plugin [message #449230 is a reply to message #449108] Thu, 11 May 2006 04:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thierry.janaudy.com

I should probably buy a book first.
This time, just override fillStatusLine in ApplicationActionBarAdvisor
andd write for ex:
statusLine.add(new MemoryMonitorContribution("MMC"));
Re: Clarification on RCP & Plugin [message #449691 is a reply to message #449108] Wed, 17 May 2006 16:34 Go to previous messageGo to next message
Eclipse UserFriend
try to restart your custom RCP application with option "-clean". It should re-read plugins
from plugin directory.

T J wrote:
> I am developing a custom RCP application based on plugins.
> I have also developed one plugin that is a UI component that is
> displayed on the status line. This component works well when I deploy it
> in the eclipse plugin directory.
>
> Now I thought that I could just deploy it in my custom RCP application
> plugin directory and that this plugin would somehow magically work � but
> I not even see it in the status line�
>
> Is it not possible to write plugins for a custom RCP app?
>
>
Re: Clarification on RCP & Plugin [message #449707 is a reply to message #449108] Thu, 18 May 2006 07:49 Go to previous message
Eclipse UserFriend
Did you include the org.eclipse.update.configurator plugin? And use
-clean like Roman suggested?

There was another thread in the last couple of days where someone solved
the same problem.

Later,
PW
Previous Topic:Lost pRCP plugin templates
Next Topic:Parttester class exception
Goto Forum:
  


Current Time: Sun Aug 31 04:53:52 EDT 2025

Powered by FUDForum. Page generated in 0.03230 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top