My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 23, 2009 by api.jeffy
EclipseSetup  

Set up Eclipse environment for YTD

YTD is source-controlled, built and deployed using Eclipse and its plugins. If you already have Eclipse installed, please go to the next section to install plugins. If not, please first install Eclipse IDE for Java EE Developers.

Install the Google App Engine plugin

You can install the Google Plugin for Eclipse using the Software Update feature of Eclipse.

To install the plugin, using Eclipse 3.5 (Galileo):

  1. Select the Help menu > Install New Software....
  2. In the Work with text box, enter: http://dl.google.com/eclipse/plugin/3.5 the Add... button. In the dialog that shows, click OK (keep the name blank; it will be retrieved from the update site.)
  3. Click the triangle next to "Plugin" and "SDKs". Check the boxes next to "Google Plugin for Eclipse 3.5" and "Google App Engine Java SDK". Click the Next button. Follow the prompts to accept the terms of service and install the plugin.
  4. When the installation is complete, Eclipse prompts you to restart. Click Yes. Eclipse restarts. The plugin is installed.

To install the plugin, using Eclipse 3.4 (Ganymede):

  1. elect the Help menu > Software Updates... The "Software Updates and Add-ons" window opens.
  2. Select the Available Software tab. Click the Add Site... button. The "Add Site" window opens. For "Location," enter the install location for the Eclipse 3.4 version of the plugin: http://dl.google.com/eclipse/plugin/3.4 then click OK. The dialog closes, and the new location is added to the list of available software.
  3. Click the triangle next to the new install location, then click the triangle next to "Google" to display installation options. Check the boxes next to "Google Plugin for Eclipse 3.4" and "Google App Engine Java SDK". Click the I*nstall... button. Follow the prompts to accept the terms of service and install the plugin.
  4. When the installation is complete, Eclipse prompts you to restart. Click Yes. Eclipse restarts. The plugin is installed.

Install the Subclipse plugin

You can install the Subclipse for Eclipse using the Software Update feature of Eclipse.

To install the plugin, using Eclipse 3.5 (Galileo):

  1. Select the Help menu > Install New Software....
  2. In the Work with text box, enter: http://subclipse.tigris.org/update_1.6.x the Add... button. In the dialog that shows, click OK (keep the name blank; it will be retrieved from the update site.)
  3. Click the triangle next to "Subclipse". Check the boxes next to "Subclipse". Click the Next button. Follow the prompts to accept the terms of service and install the plugin.
  4. When the installation is complete, Eclipse prompts you to restart. Click Yes. Eclipse restarts. The plugin is installed.

To install the plugin, using Eclipse 3.4 (Ganymede):

  1. Select the Help menu > Software Updates... The "Software Updates and Add-ons" window opens.
  2. Select the Available Software tab. Click the Add Site... button. The "Add Site" window opens. For "Location," enter http://subclipse.tigris.org/update_1.6.x then click OK. The dialog closes, and the new location is added to the list of available software.
  3. Open the URL and select "Subclipse". Click the Install... button. Follow the prompts to accept the terms of service and install the plugin.
  4. When the installation is complete, Eclipse prompts you to restart. Click Yes. Eclipse restarts. The plugin is installed.

Comment by ave.nicholas.wrigley, Dec 23, 2009

Probably an obvious one, but it caught me out as a novice eclipse user ... you need to have JDK installed, and you also need to configure eclipse to use this (instead of JRE). This is done in Window -> Preferences -> Java -> Istalled JREs. You may need to "Add" the path to your JDK if it isn't listed there (probably something like C:\Program Files\Java\jdk1.6.0_17 if yuo are on Windows.

Hosted by Google Code