当前位置:网站首页>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.
边栏推荐
- shell选择结构(if)
- 打卡第 2 天: urllib简记
- 信创是什么意思?涉及哪些行业?为什么要发展信创?
- Autowired自动装配
- 开源一夏 | 云服务器ECS安装Mysql、JDK、RocketMQ
- CPU、内存、显卡等硬件因素也影响着你的深度学习模型性能
- Driving point cloud format changes bring efficiency improvement
- 1、网页结构
- docker 搭建mysql 主从复制
- How to solve the problem that the alarm information cannot be transmitted after EasyGBS is connected to the latest version of Hikvision camera?
猜你喜欢
In which industries is the PMP certificate useful?
七夕特制:《牛郎会织女》
docker 部署redis集群
Altium Designer 19.1.18 - Protecting Locked Objects
最温馨的家园
y87.第五章 分布式链路追踪系统 -- 分布式链路追踪系统起源(一)
重新配置chrome中ffmpeg插件
Develop your own text recognition application with Tesseract
In action: 10 ways to implement delayed tasks, with code!
[Linear Algebra 03] Elimination method display and 4 solutions of AX=b
随机推荐
老叶的三束玫瑰
Why is MySQL query slow?
ROS播包可视化
Redis中的LRU算法
torch单机多卡和多机多卡训练
SQL Server 调用 WebService
ES6高级-async的用法
【线性代数03】消元法展示以及AX=b的4种解情况
BUG | 接口返回异常数据
rk3399-0.0 svc命令
Exploration and Practice of Database Governance
Excel商业智能-Power BI电商数据分析实战
How to solve the problem that the alarm information cannot be transmitted after EasyGBS is connected to the latest version of Hikvision camera?
Domestic PMP certificate of gold content how
# #ifndef/#define/#endif使用详解
[Linear Algebra 03] Elimination method display and 4 solutions of AX=b
UDP communication
numpy关于两个array叠加操作
Ramnit感染型病毒分析与处置
LeetCode: 406. 根据身高重建队列