platform-help-home/standalone.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3, Fri May 17 17:33:38 2002 UTC revision 1.4, Sat Jun 8 17:24:02 2002 UTC
# Line 34  Line 34 
34  </ol>  </ol>
35  <h2><b>How to call the help classes</b></h2>  <h2><b>How to call the help classes</b></h2>
36  <ol>  <ol>
37    <li>Make sure <em><span style="font-style: normal">d:\myApp\eclipse\plugins\org.eclipse.help\help.jar</span></em> is    <li>Make sure <em><span style="font-style: normal">d:\myApp\eclipse\plugins\org.eclipse.help_2.0.0\help.jar</span></em> is
38    on your app classpath. The class you use to start, launch, and shut down the help system is    on your app classpath. The class you use to start, launch, and shut down the help system is
39    org.eclipse.help.standalone.Help. </li>    org.eclipse.help.standalone.Help. </li>
40    <li>In your application, create an instance of the Help class by passing the plugins    <li>In your application, create an instance of the Help class by passing the plugins
# Line 60  Line 60 
60  <p>The org.eclipse.help.standalone.Help class has a simple main program that you  <p>The org.eclipse.help.standalone.Help class has a simple main program that you
61  can launch and see how the stand-alone help works out of the box. From a command  can launch and see how the stand-alone help works out of the box. From a command
62  line, run the following command:</p>  line, run the following command:</p>
63  <pre>java -classpath d:\myApp\eclipse\plugins\org.eclipse.help\help.jar  <pre>java -classpath d:\myApp\eclipse\plugins\org.eclipse.help_2.0.0\help.jar
64  org.eclipse.help.standalone.Help d:\myApp\eclipse\plugins</pre>  org.eclipse.help.standalone.Help d:\myApp\eclipse\plugins</pre>
65    
66    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4