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/09/24 17:26:01 UTC

[Hadoop Wiki] Update of "FAQ" by SteveLoughran

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 SteveLoughran:
http://wiki.apache.org/hadoop/FAQ

The comment on the change is:
up the ant and jdk versions

------------------------------------------------------------------------------
  Whether you set environment variables in a batch file or in System->Properties->Advanced->Environment Variables, the following environment variables need to be set:
  
  {{{
- set ANT_HOME=c:\apache-ant-1.5.5
+ set ANT_HOME=c:\apache-ant-1.7.1
- set JAVA_HOME=c:\jdk1.5.0_12
+ set JAVA_HOME=c:\jdk1.6.0.4
  set PATH=%PATH%;%ANT_HOME%\bin
  }}}