当前位置:网站首页>ANT1.7下载以及配置方法
ANT1.7下载以及配置方法
2022-08-04 22:05:00 【51CTO】
http://www.apache.org/dist/ant/binaries/ 下的 apache-ant-1.7.1-bin.zip ;解压之后放在你的目录下,我一般放在C盘。
ant的配法:
1。解压ant的包到本地目录。
2。在环境变量中设置ANT_HOME,值为你的安装目录。
3。在环境变量中设置JAVA_HOME,值为你的jdk安装目录。
4。把ANT_HOME/bin加到你系统的path目录中去。
SET ANT_HOME=C:/apache-ant-1.7.1 //注意是Ant的安装目录,不是bin子目录
SET PATH=%PATH%;%ANT_HOME%/bin;
在cmd模式下输入 ant -version回车,看到输出说明即表示配置成功。
边栏推荐
猜你喜欢
随机推荐
如何将二叉搜索树转化为一个有序的双向链表(原树上修改)
1、网页结构
限制tensorflow使用Cpu核数
ROS packages visualization
OC-拷贝
Milvus configuration related
[Linear Algebra 03] Elimination method display and 4 solutions of AX=b
中大型商业银行堡垒机升级改造方案!必看!
rk3399-0.0 svc command
Rt-thread [三] link.lds链接脚本详解
打卡第 2 天: urllib简记
Develop your own text recognition application with Tesseract
[Linear Algebra 02] 2 interpretations of AX=b and 5 perspectives of matrix multiplication
ES6高级-async的用法
开源一夏 | 云服务器ECS安装Mysql、JDK、RocketMQ
The use and principle of CountDownLatch
How to solve the problem that the alarm information cannot be transmitted after EasyGBS is connected to the latest version of Hikvision camera?
【组成原理 六 存储器类型】
智能盘点钢筋数量AI识别
input事件中文触发多次问题研究php DEBUG