![]() |
![]() |
![]() |
![]() |
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
%BEA_HOME%\jdk150_06\bin\java -classpath %BEA_HOME%\tools\eclipse_3.2.2\eclipse\plugins\org.eclipse.help.base_3.2.2.R322_v20061207.jar org.eclipse.help.standalone.Infocenter -command start -eclipsehome %BEA_HOME%\tools\eclipse_3.2.2\eclipse -port 7034 -noexec
To shut down standalone help
%BEA_HOME%\jdk150_06\bin\java -classpath %BEA_HOME%\tools\eclipse_3.2.2\eclipse\plugins\org.eclipse.help.base_3.2.2.R322_v20061207.jar org.eclipse.help.standalone.Infocenter -command shutdown -eclipsehome %BEA_HOME%\tools\eclipse_3.2.2\eclipse -port 7034 -noexecNote that after you shut down the help server, links in the help browser will be unavailable until you restart the server.
![]() ![]() |