[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-help-dev] How to use help in my own application
|
- From: "Yiling Lu" <luyiling@xxxxxxx>
- Date: Tue, 29 Oct 2002 14:45:25 -0800
- Delivered-to: platform-help-dev@eclipse.org
- Importance: Normal
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