| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html> |
| <head> |
| |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. 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"> |
| <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 at <a href="http://update.eclipse.org/updates">http://update.eclipse.org/updates</a>. |
| To locate and install them into a product:</p> |
| |
| <ol> |
| <li>Open the main update manager by clicking <b>Help > Software Updates > Find |
| and Install</b>. This opens the Install Wizard.</li> |
| <li> Select "Search for new features" and click <b>Next</b>.</li> |
| <li> In the sites to search page, add an update site by clicking on <b>Add |
| Update Site </b>button: In the Add Update Site dialog that opens, give the site |
| the name |
| "Eclipse.org" and URL |
| "<a href="http://update.eclipse.org/updates">http://update.eclipse.org/updates</a>". |
| Note: this step is not needed if the site is already there.</li> |
| <li>Click <b>Next</b> and wait for the search results to return all the |
| features found on that site.</li> |
| <li>Select the SDK Examples 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 without the Update Manager, 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>. |
| <p> |
| The workbench should not be running while the examples are being |
| installed. Extract the contents of the zip file to the root directory |
| of your Eclipse installation. </p> |
| <p> For example, if you installed the Eclipse |
| Project SDK on <b> d:\eclipse-sdk\</b> then extract the contents of the examples |
| zip file to <b>d:\eclipse-sdk\</b> (the |
| subdirectories named <b>eclipse</b> should line up).</p> |
| <p>Start the workbench. The workbench will report that updates have been |
| detected; accept them. The examples are now installed in the workbench.</p> |
| |
| <p>You can verify that examples have been installed by looking for <b>File > |
| New > Example...</b> in the workbench menu bar.</p> |
| |
| </body> |
| </html> |