gpt4 book ai didi

windows - “ant”未被识别为内部或外部命令

转载 作者:可可西里 更新时间:2023-11-01 12:05:02 28 4
gpt4 key购买 nike

我和这个用户有同样的问题:ant - not recognized as an internal

但是不幸的是,在那篇文章或任何其他文章中,没有一种解决方案对我有用。我还查看了其他无法识别的命令,并专门添加了一个路径变量。我使用的过程如下:

Extract to a desired installation directory, e.g. C:\apache-ant
Create an ANT_HOME environment variable`

Open System Properties -> Advanced -> Environment Variables
Create a new system variable
Variable name: ANT_HOME
Variable value: C:\apache-ant

Add %ANT_HOME%\bin directory to the PATH system variable

Open System Properties -> Advanced -> Environment Variables
Under system variables, select PATH and append ;%ANT_HOME%\bin
e.g. %SystemRoot%\system32;%SystemRoot%;%JAVA_HOME%\bin;%ANT_HOME%\bin

Verify that ANT is installed.

Open a new command window and type:
C:\>ant -v`

在我的例子中,变量值为 C:\apache-ant\apache-ant-1.8.2

我的确切路径变量是 %SystemRoot%\system32;%SystemRoot%;%JAVA_HOME%\bin;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%JAVA_HOME %\bin;%ANT_HOME%\bin 分号之间没有任何空格。

但是测试ant安装不起作用,下图是我遇到的:

enter image description here

我试过无数次重启都无济于事。我的想法已经用完了,所以如果有人有任何信息会有所帮助。谢谢!

编辑

dir 的发布结果:

enter image description here

最佳答案

ANT_HOME 未被解析。将Path系统环境变量中的%ANT_HOME%\bin修改为c:\apache-ant\apache-ant-1.8.2\bin

关于windows - “ant”未被识别为内部或外部命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9262712/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com