Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Can't find IDEWorkbenchAdvisor
Can't find IDEWorkbenchAdvisor [message #885336] Tue, 12 June 2012 20:39 Go to next message
Jon Cook is currently offline Jon CookFriend
Messages: 9
Registered: February 2012
Junior Member
I have a class that extends the IDEWorkbenchAdvisor class but I can not seem to find where this class is located. I pulled down the latest eclipse-rcp release to do some work on a project from a few years back and am only missing this class. All of the other eclipse dependencies are still in the eclipse packages except for the IDEWorkbenchAdvisor class. I can't find anything that says that this class has been deprecated or anything but it's not in the package that it is supposed to be in.

Can anyone give me a clue as to what happened to this class if it still exists and any ideas on how to load it into eclipse. Maybe there is a separate plugin that I can add to my eclipse build?

Thanks,
Jon
Re: Can't find IDEWorkbenchAdvisor [message #885604 is a reply to message #885336] Wed, 13 June 2012 10:04 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 12.06.2012 22:39, Jon Cook wrote:
> I have a class that extends the IDEWorkbenchAdvisor class but I can
> not seem to find where this class is located. I pulled down the latest
> eclipse-rcp release to do some work on a project from a few years back
> and am only missing this class.
As the name of the class indicates it belongs to the IDE classes and
those aren't part of RCP. The class is located in the
'org.eclipse.ui.ide.application' plug-in which you e.g. get by
downloading the Eclipse SDK
(http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC4-201206081400/#EclipseSDK).
Alternatively, you might try to extend
'org.eclipse.ui.application.WorkbenchAdvisor' instead.

Dani
> All of the other eclipse dependencies are still in the eclipse
> packages except for the IDEWorkbenchAdvisor class. I can't find
> anything that says that this class has been deprecated or anything but
> it's not in the package that it is supposed to be in.
>
> Can anyone give me a clue as to what happened to this class if it
> still exists and any ideas on how to load it into eclipse. Maybe there
> is a separate plugin that I can add to my eclipse build?
>
> Thanks,
> Jon
Previous Topic:HTML 5 in SWT Browser
Next Topic:Delete(org.eclipse.ui.edit.delete) Cool Bar Icon disabled for View
Goto Forum:
  


Current Time: Tue Mar 19 07:57:41 GMT 2024

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

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

Back to the top