Stop help server when standalone help exits [message #576889] |
Thu, 20 September 2007 14:25 |
Chris Torrence Messages: 3 Registered: July 2009 |
Junior Member |
|
|
Hi all,
As part of our product, we would like to let users run the standalone help
application separate from the product itself. Ideally, I want to do the
following:
1. Start the help server and the standalone help application. Right now I
have to do this using two commands:
eclipse.exe -nosplash -application
org.eclipse.help.base.helpApplication
javaw -cp "plugins\org.eclipse.help.base_3.3.0.v20070606.jar"
org.eclipse.help.standalone.Help -eclipsehome "." -command displayHelp
That way there is only a single "eclipse.exe" process. If you try to simply
do the "javaw..." you end up with 3 running processes: an eclipse.exe, a
small javaw controller, and a large javaw help server.
2. When the user closes the help application, stop the "eclipse.exe"
process.
What I really want is a single command that will fire up the server *and*
standalone help application, and then stop the server when the user closes
the app.
I don't think I can do this using the existing (Eclipse 3.3) implementation,
so my question is...where would I look in the help plugins, so I can add a
hack to stop the help server when the user closes the app?
Any help would be greatly appreciated!
-Chris Torrence
ITT Visual Information Solutions
|
|
|
Powered by
FUDForum. Page generated in 0.02976 seconds