To install Apache Ant on Windows, you just need to download the Ant’s zip file, and Unzip it, and configure the ANT_HOME Windows environment variables. If playback doesn’t begin shortly, try restarting your device. In System Variables, click “New” button. Either click again on New button if you do not have ‘Path’ Variable in there. […]
Category: Apache ant
How to install apache ant in mac?
How to Install Ant on Mac Download Apache Ant to your desktop and unzip the files Rename the folder to ant Open the Mac Terminal Copy the commands below to move the files to /usr/local directory sudo mv ~/desktop/ant ~/usr/local/ant Fix the file permission chown -R root: wheel /usr/local/ant Edit the bash_profile with your favorite […]