Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Show loaded Plug-Ins of RCP Application
Show loaded Plug-Ins of RCP Application [message #1233839] Mon, 20 January 2014 16:08 Go to next message
Kay Odenthal is currently offline Kay OdenthalFriend
Messages: 7
Registered: January 2014
Junior Member
Hello,

I copied a plugin to the folder "plugins" of my RCP application. I'd like to know whether it's possible to look up whether that plugin was successfully loaded at startup.

I've read that you can usally check the state of all Plug-Ins in a RCP application under "help -> about" within your application's GUI. Unfortunately, there is no such button in my application.

Is it possible to view a list of all loaded Plug-Ins somewhere inside the Eclipse-IDE?

Just for clarification purposes:
I don't need to know whether the Plug-Ins of the Eclipse IDE itself loaded, but of my RCP application.

Thanks in advance.

Re: Show loaded Plug-Ins of RCP Application [message #1234112 is a reply to message #1233839] Tue, 21 January 2014 09:01 Go to previous message
Eclipse UserFriend
On 01/20/2014 08:37 PM, Kay Odenthal wrote:
>
> I copied a plugin to the folder "plugins" of my RCP application. I'd
> like to know whether it's possible to look up whether that plugin was
> successfully loaded at startup.
> I've read that you can usally check the state of all Plug-Ins in a RCP
> application under "help -> about" within your application's GUI.
> Unfortunately, there is no such button in my application.
> Is it possible to view a list of all loaded Plug-Ins somewhere inside
> the Eclipse-IDE?
>
> Just for clarification purposes:
> I don't need to know whether the Plug-Ins of the Eclipse IDE itself
> loaded, but of my RCP application.

You can use the OSGi console [1] to introspect an OSGi runtime.

M.

[1] http://www.ibm.com/developerworks/library/os-ecl-osgiconsole/#N1008F
Previous Topic:Load View in View or load Views in TabbedPane
Next Topic:Minimize empty PartStack throwing Exception.
Goto Forum:
  


Current Time: Tue Mar 19 10:25:46 GMT 2024

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

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

Back to the top