blob: b7e6f8c070d8b73e7a7ca61b20f7089010da97f0 [file]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2009. 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.equinox.p2.ui.sdk.install")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png">
<b>Help &gt; Install New Software...</b></a>.
This opens the Install Wizard.</li>
<li> Select <b>The Eclipse Project Updates</b> site.</li>
<li>Ensure <b>Group items by category</b> is unchecked.</li>
<li>Type &quot;Eclipse SDK Examples&quot; in the search field.</li>
<li>Select &quot;Eclipse SDK Examples&quot; and click <b>Next</b>.</li>
<li>Review the items being installed, and click <b>Next</b>.</li>
<li>Review and accept the license terms, and click <b>Finish</b>.</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://download.eclipse.org/eclipse">http://download.eclipse.org/eclipse</a>.
</li>
<li>Extract the contents of the zip file to a new empty directory inside the <tt>dropins</tt> directory of your Eclipse installation.</li>
<li>Start or restart Eclipse.</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>