How to install Ant?
Ant is a Apache project.It is open source software used to compile , assemble and run java application .Before installing Ant it is compulsory to install Java as mention in my previous article How to install Maven step 1.
Lets Start this step by step:-
Step 1:-Down load Apache Ant
First download Apache ant from Here and extract it in c drive. After extracting set the two environment variable as:-
- ANT_Home = C:\apache-ant-1.9.4
- PATH = C:\apache-ant-1.9.4\bin
PATH is seperated by ;
0 comments:
Post a Comment