Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HadoopUnderEclipseWindows" page has been changed by EdwinChan. http://wiki.apache.org/hadoop/HadoopUnderEclipseWindows?action=diff&rev1=3&rev2=4 -------------------------------------------------- == Basics == * Be on Java6. That's where Hadoop is going. * If you are on Windows, download and install [[http://www.cygwin.com/|Cygwin]], making sure to install the sed, subversion, and openssh packages. + * Also, you'll need to add ${cygwin}/bin to the PATH environment variable * Setup the ANT_HOME variable for Eclipse. * From Eclipse, go to the main preferences dialog (on Windows, by selecting Window | Preferences) * Select Java | Build Path | Classpath Variables. * On that page, select New to set the ANT_HOME variable. * If you didn't explicitly install Ant, you can use the Ant plugin that comes with Eclipse (e.g. ${eclipse}/plugins/org.apache.ant_1.7.1.v20090120-1145) - Otherwise, you can follow the instructions on getting your [[EclipseEnvironment|Eclipse]] set up. + After that, you can follow the standard instructions on getting your [[EclipseEnvironment|Eclipse]] set up.
