当前位置:网站首页>ANT1.7 download and configuration method
ANT1.7 download and configuration method
2022-08-04 22:19:00 【51CTO】
"http://www.beckdim.cn/wp-admin/apache-ant-1.7.1-bin.zip"> apache-ant-1.7.1-bin.zip ;After decompression, put it in your directory, I usually put it in the C drive.
ant's recipe:
1.Unzip the ant package to a local directory.
2.Set ANT_HOME in the environment variable to your installation directory.
3.Set JAVA_HOME in the environment variable, the value is your jdk installation directory.
4.Add ANT_HOME/bin to your system's path directory.
SET ANT_HOME=C:/apache-ant-1.7.1 //Note that it is the installation directory of Ant, not the bin subdirectory
SET PATH=%PATH%;%ANT_HOME%/bin;
Enter ant -version in cmd mode and press Enter. If you see the output description, the configuration is successful.
边栏推荐
- 1、网页结构
- 关于std::vector<std::string>的操作
- 七夕特制:《牛郎会织女》
- Webmine Webpage Mining Trojan Analysis and Disposal
- boostrap多选PID查找端口 window
- rk3399-0.0 svc command
- 字节跳动秋招提前批高频面试问题汇总!(内附答案!)
- openresty lua-resty-template页面静态化
- LayaBox---TypeScript---structure
- As hot as ever, reborn | ISC2022 HackingClub White Hat Summit was successfully held!
猜你喜欢
随机推荐
Qiangwang Cup 2022 - WEB
PMP证书在哪些行业有用?
用Tesseract开发一个你自己的文字识别应用
ctfshow终极考核web654
rk3399-0.0 svc command
In which industries is the PMP certificate useful?
【TCP/IP 五 ICMP】
【社媒营销】WhatsApp Business API:您需要知道的一切
Redisson
七夕特制:《牛郎会织女》
Analysis and treatment of Ramnit infectious virus
热力学相关的两个定律
智能盘点钢筋数量AI识别
Altium Designer 19.1.18 - 画多边形铜皮挖空时,针对光标胡乱捕获的解决方法
Lecture 2 Software Life Cycle
如何在项目中正确使用WebSocket
《剑指offer》刷题分类
webmine网页挖矿木马分析与处置
Open source summer | Cloud server ECS installs Mysql, JDK, RocketMQ
Driving point cloud format changes bring efficiency improvement








