Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] Standalone help with only one JVM



Hello,

I'm trying to use the standalone help to browser my own content.
When using the command given in the Eclipse help to start it:
      java -classpath d:\myApp\eclipse\plugins\org.eclipse.help.base_3.0.0
\helpbase.jar org.eclipse.help.standalone.Help -command displayHelp

I would like to have only one.
The first JVM starts the help system (the 2nd JVM) and then make an HTTP
connection to display the browser.
The java command to start the help system can be seen using the debug
option:
Launch command is:
  C:\Tools\Catalogue\java\bin\java.exe -cp startup.jar
org.eclipse.core.launcher.Main -nosplash -application
org.eclipse.help.base.helpApplication -debug

I would like to have only one JVM to start the help system and display the
the browser.
Where should I do the chages for that ?

Thanks
Regards,

David



Back to the top