Prerequisites :- JDK(Java Development Kit)
Following is the Procedure to install Apache Ant on windows operating system :
- Download the Apache Ant, to download click here.
- Extract the downloaded folder to C:\Program Files.
- Rename the extracted folder to ant.
- Create new environment variable-ANT_HOME.
My Computer -> Advanced System Properties -> Environment Variable.
Select new..
- Set variable name:-ANT_HOME
- Set variable value:-C:\Program Files\ant
- Create or update environment variable-path
- Set variable name:-path
- Set variable value:-C:\Program Files\Java\jdk1.6.0\bin;%ANT_HOME%\bin.
Thats all!!!
No comments:
Post a Comment