Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] How to use help in my own application

Hi,

I want to integrate the help system into my own application, such that
I can invoke the help from my application, get rid of the eclipse
help content and put in my own content.

Is it possible to to this? I tried this:

Help myHelp = new Help("C:\\myApp\\myPlugins");

and under C:\\myApp\\myPlugins is the final.zip I downloaded from the
article
"Contribute a little help". help.jar is in my classpath.

It reports "Problem occured initializing Eclipse" message when my app
started.

Yiling



Back to the top