I try to integrate help into my RCP-application. I added a menu-item for
help-content and added the extension-point org.eclipse.help.toc. But when
I start the application and select the menu-point, I get a
"!MESSAGE Failed launching help. Documentation is not installed."
I then tried to add an extension-point org.eclipse.ui.helpSupport, but
that does not help either.
Does anyone have a working 3.1 example? The rcp tutorial part 3 uses help,
but as I understand the code it runs in some compatibility-mode whereas my
code is started from scratch using the various rcp-wizards and
code-templates.