[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: dynamic help - requirements

Joachim Schreibmaier wrote:
hi

"Rui Miguel Pereira Figueira" <rui.figueira@xxxxxxxxx wrote:

I guess you also need org.eclipse.tomcat plugin as well. It contributes a application server (org.eclipse.appserver requires an implementation) that is going to serve your dynamic help pages.


sorry, org.eclipse.tomcat is also a dependency in my application. what the hell is going on in my application?


I'm getting dispaired a little bit.

Joachim,

You will also need org.eclipse.ui and its prereqs since that is where the view framework lives. You probably already have this.

Also take a look, if you have not already, at the org.eclipse.help.ui.IWorkbenchHelpSystem interface (contained in the org.eclipse.ui.workbench plugin), particularly the setHelp methods. The single instance of this interface is obtained from the workbench singleton.

Steve