当前位置:网站首页>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.
边栏推荐
猜你喜欢

Develop your own text recognition application with Tesseract

使用cpolar优化树莓派上的网页(2)

Ts——项目实战应用enum枚举

Open source summer | Cloud server ECS installs Mysql, JDK, RocketMQ

MySQL查询为啥慢了?

Analysis and treatment of Ramnit infectious virus

y87.第五章 分布式链路追踪系统 -- 分布式链路追踪系统起源(一)

Redis中的LRU算法

2022精选最新金融银行面试真题——附带答案

阿里巴巴2022届秋招面试真题和答案!
随机推荐
MySQL查询为啥慢了?
用Tesseract开发一个你自己的文字识别应用
Analysis and treatment of Ramnit infectious virus
搬走地下空间开发利用“绊脚石” 中地数码取得地下空间透明化技术突破
ANT1.7下载以及配置方法
未知点云结构文件转换需求
2022精选最新金融银行面试真题——附带答案
1、网页结构
一招包治pycharm DEBUG报错 UnicodeDecodeError: ‘utf-8‘ codec can‘t decode
备战9月,美团50道软件测试经典面试题及答案汇总
关于el-table列表渲染
# #ifndef/#define/#endif使用详解
Qiangwang Cup 2022 - WEB
力扣24-两两交换链表中的节点——链表
OC-拷贝
测试薪资这么高?刚毕业20K,仅需3.5个月
软件测试外包公司怎么样?有什么好处和坏处?为什么没人去?
1319_STM32F103串口BootLoader移植
Ramnit感染型病毒分析与处置
VSCode—常用快捷键(持续记录