‘ant’ is not recognized as an internal or external command

前端 未结 9 1266
囚心锁ツ
囚心锁ツ 2020-12-13 13:22

I have the same issue as this user: ant - not recognized as an internal

however unfortunately none of the solutions have worked for me in that post or any other. I\

9条回答
  •  無奈伤痛
    2020-12-13 13:24

    Had the same problem. The solution is to add a \ at the end of %ANT_HOME%\bin so it became %ANT_HOME%\bin\

    Worked for me. (Should be system var)

提交回复
热议问题