| 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 |
| 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 |
|
|