Using Help in a Standalone Mode

You might find it useful to launch Workshop help in a standalone mode. For example, due to a characteristic of Eclipse (on which Workshop is built), restarting the IDE by default causes links in an already open help browser to become unavailable after restart. You can have help functionality that's uninterrupted by IDE restarts by launching help in a mode that uses a standalone help server installed with the IDE.

To start standalone help

  1. At the command line execute the following. (Execute this command on a single line; it is broken into multiple lines here for readability.)
    %BEA_HOME%\jdk160_05\bin\java 
        -classpath %BEA_HOME%\tools\eclipse_pkgs\2.0\eclipse_3.3.2\eclipse\plugins\org.eclipse.help.base_3.3.2.v20070813_33x.jar     
        org.eclipse.help.standalone.Infocenter 
        -command start 
        -eclipsehome %BEA_HOME%\tools\eclipse_pkgs\2.0\eclipse_3.3.2\eclipse 
        -port 7034 
        -noexec
  2. Open a web browser and go to the following URL:

    http://localhost:7034/help/index.jsp

To shut down standalone help


Still need help? Post a question on the Workshop newsgroup.