Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] standalone help system does not work

Hi,

I was trying out installing the stand-alone help system as prescribed on

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-help-home/stand
alone.html

I was trying to use the eclipse help system in my own application,
the code segment is:
 ...
Help helpSys = new Help("C:\\eclipse\\plugins");
helpSys.start();
helpSys.displayHelp();
.....

It is invoked by clicking on some button.

The help window appears the first time when the event was fired.
Then I close down the help window, and when the second time the event was
fired,
the following error message came out:

Problem occured initializing Eclipse
Could not display help: null

I cann't figure out the reason.

Besides this problem, could you clarify on what packages are needed if I
only want the
help system, not even the content, because I really only want the
"standalone" eclipse
help system, not even the content.

Many thanks

Yiling.



Back to the top