blob: 9f2684deedc171dec6d088d0ee9f5604c7ef7bf2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Installation of Examples</title>
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
</head>
<body>
<h1>
<b>Installing the examples</b></h1>
<h3>
Installing examples via the Update Manager</h3>
<p>
The Eclipse SDK examples are found on the Eclipse project update site.
To locate and install them into a product:</p>
<ol>
<li>Open the main update manager by clicking
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.update.findAndInstallUpdates")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<b>Help &gt; Software Updates &gt; Find and Install</b></a>
. This opens the Install Wizard.</li>
<li> Select <b>Search for new features to install</b> and click <b>Next</b>.</li>
<li> Select <b>The Eclipse Project Updates</b> site.</li>
<li>Click <b>Next</b> and wait for the search results to return all the
features found on that site.</li>
<li>Select <b>Eclipse SDK <i>ver</i></b> where <i>ver</i> is the version number of the Eclipse release. Expand this category.</li>
<li>Select the <b>Eclipse SDK Examples</b> feature and click <b>Next</b>. </li>
<li>Accept the license and click <b>Next</b>.</li>
<li>Select the directory into which the example feature is to be installed and hit <b>Next</b>.</li>
<li> <p>Click <b>Install</b> to allow the downloading and installing
to proceed.</p></li>
<li> Click <b>Yes</b> when asked to exit and restart the workbench for the
changes to take effect. The examples are now installed in the workbench.
Note: you can also click on <b>Apply Now</b> to dynamically install the
examples into the current configuration.</li>
</ol>
<h3>
Installing examples manually</h3>
To install the examples from a stand-alone zip file:
<ol>
<li>Download the appropriate Eclipse SDK Example zip file from the Eclipse project
web site at <a href="http://www.eclipse.org/downloads">http://www.eclipse.org/downloads</a>.
</li>
<li>Extract the contents of the zip file to a new empty directory on your local disk.</li>
<li>Within Eclipse, select <b>Help &gt; Software Updates &gt; Manage Configuration</b>.</li>
<li>Click <b>Add an Extension Location</b>.</li>
<li>Select the &quot;eclipse&quot; directory within the directory you created in step 2.</li>
<li>When prompted to restart, click &quot;Yes&quot;.</li>
</ol>
<p>You can verify that examples have been installed by looking for <b>File &gt;
New &gt; Example...</b> in the workbench menu bar.</p>
</body>
</html>