Skip to main content

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

Yiling,

Do a search on the online docs for standalone help, there is a doc
addressing this topic.



|---------+----------------------------------->
|         |           "Yiling Lu"             |
|         |           <luyiling@xxxxxxx>      |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           10/29/2002 05:45 PM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       "Platform-Help-Dev@Eclipse. Org" <platform-help-dev@xxxxxxxxxxx>                            |
  |       cc:                                                                                                   |
  |       Subject:  [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

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top