当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
Operations on std::vector
Altium Designer 19.1.18 - 保护锁定的对象
数字重塑客观世界,全空间GIS发展正当其时
synchronized和ReentrantLock都很丝滑,因为他们都是可重入锁,一个线程多次拿锁也不会死锁,我们需要可重入
Rocketchip RISC-V Debug调试硬件相关(四)hartIsInReset
How to solve the problem that the alarm information cannot be transmitted after EasyGBS is connected to the latest version of Hikvision camera?
PowerBI真经连续剧
rk3399 驱动屏参的几种方式
国际项目管理师PMP证书,值得考嘛?
y87.第五章 分布式链路追踪系统 -- 分布式链路追踪系统起源(一)
Redis中的LRU算法
[QT] Implementation of callback function
2022强网杯web(部分)
炽热如初 向新而生|ISC2022 HackingClub白帽峰会圆满举办!
"Jianzhi offer" brush title classification
驱动点云格式修改带来的效率提升
【组成原理 六 存储器类型】
UDP communication
VSCode—常用快捷键(持续记录
剑指 Offer | 03. 数组中重复的数字









