当前位置:网站首页>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.
边栏推荐
- 热力学相关的两个定律
- 【QT】回调函数的实现
- MQTT[一]基础知识介绍
- OC-归档(序列化)(了解的不多 没细看)
- Rt-thread [三] link.lds链接脚本详解
- 软件测试外包公司怎么样?有什么好处和坏处?为什么没人去?
- Charles & TCPDump & Fiddler 抓包三兄弟七夕联手,还抓不到你的心?
- How to solve the problem that the alarm information cannot be transmitted after EasyGBS is connected to the latest version of Hikvision camera?
- 【论文笔记KDD2021】MixGCF: An Improved Training Method for Graph Neural Network-based Recommender Systems
- milvus配置相关
猜你喜欢
随机推荐
Altium Designer 19.1.18 - 保护锁定的对象
PowerBI scripture series
2022强网杯web(部分)
Redis中的LRU算法
y87.第五章 分布式链路追踪系统 -- 分布式链路追踪系统起源(一)
七夕特制:《牛郎会织女》
milvus配置相关
The upgrade and transformation plan of the fortress machine for medium and large commercial banks!Must see!
Altium Designer 19.1.18 - Protecting Locked Objects
LayaBox---TypeScript---structure
LeetCode: 406. 根据身高重建队列
强网杯2022——WEB
How to right use of WebSocket in project
rk3399-0.0 svc命令
【Social Marketing】WhatsApp Business API: Everything You Need to Know
重新配置chrome中ffmpeg插件
论文解读(PPNP)《Predict then Propagate: Graph Neural Networks meet Personalized PageRank》
shell选择结构(if)
numpy关于两个array叠加操作
软件测试外包公司怎么样?有什么好处和坏处?为什么没人去?