ant - not recognized as an internal

后端 未结 8 2188
粉色の甜心
粉色の甜心 2020-12-09 09:49

I have installed ant(apache-ant-1.7.0). But when i run the ant command in dos command prompt, it says

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


        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 10:32

    The best way to build using ANT is in Eclipse. just type Ant in quick access box in Eclipse, Select New Java project from existing build file option. Select the XML file and the Eclipse will build it for you.

提交回复
热议问题