Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html')
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html b/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
index 709dfa29af..07e3850ec2 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
@@ -19,14 +19,14 @@
<ol>
<li>Create a Java Project called "SWT Examples".
<li>Select the project "SWT Examples" in the Packages view.
-<li>Select the File &#8594; Import menu. Select Zip File. Click on Next.
+<li>Select the File &rarr; Import menu. Select Zip File. Click on Next.
<li>Locate the source zip file for the SWT examples. For example:
<ul>
<li><b>win32: </b><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.examples_2.0.0\swtexamplessrc.zip</code>
<li><b>*nix: </b><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.examples_2.0.0/swtexamplessrc.zip</code>
</ul>
<li>Click on Finish.
-<li>Select the File &#8594; Import menu. In the Import dialog, select Zip File. Click on Next.
+<li>Select the File &rarr; Import menu. In the Import dialog, select Zip File. Click on Next.
<li>Locate the jar file for the SWT examples. For example:
<ul>
<li><b>win32: </b><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.examples_2.0.0\swtexamples.jar</code>
@@ -59,8 +59,8 @@ All jar files are located in the same directory/folder.</p>
<p>At this point your SWT examples should be compiled without any errors. Check the Task
view for errors. If you get an error like "<code>java.lang.Object</code> not found" it means
-you have not configured a JRE. Go to the Window &#8594; Preferences dialog.
-Select Java &#8594; Installed JREs and ensure that a JRE is installed
+you have not configured a JRE. Go to the Window &rarr; Preferences dialog.
+Select Java &rarr; Installed JREs and ensure that a JRE is installed
and that the path to the JRE is correct.</p>
<h3><a NAME="Run"></a>Running the Example</h3>
@@ -73,7 +73,7 @@ JNI libraries on the library path so that the VM can find them:
<li>In the Packages view, select the Main class that you want to run.
For example, the Main class for the Address Book example is
&nbsp;&nbsp;&nbsp;&nbsp;<code>org.eclipse.swt.examples.addressbook.AddressBook</code>.
-<li>SelectRun &#8594; Run... from the main menu.
+<li>SelectRun &rarr; Run... from the main menu.
<li>In the Launch Configurations dialog that appears, select Java Application and click
on the New button.
<li>Fill in the Name, Project and Main class fields according to the example you wish to run.

Back to the top