You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/29 19:02:52 UTC

[Hadoop Wiki] Update of "EclipseEnvironment" by sureshms

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The following page has been changed by sureshms:
http://wiki.apache.org/hadoop/EclipseEnvironment

------------------------------------------------------------------------------
  
   1. Set up an `ANT_HOME` Classpath Variable in Eclipse Preferences. This is a global Eclipse setting so you only need to do this once.
   1. Checkout Hadoop.
-  1. Run the ''eclipse-files'' ant target.
+  1. Run the ''eclipse-files'' ant target (right click build.xml, choose run as Ant Build and choose eclipse-files target)
   1. Refresh the Eclipse project.
+  1. Ensure that the Java version used matches the version of the project (currently 1.6 is used). This could be selected for the project by going to Project > Preferences > Builders > Hadoop_Ant_Builders. Go to JRE tab and select an appropriate Java version.
   1. Select `Project` | `Build Project`.
  
  ==== Manual Settings ====