CreateProcess error=2 running javadoc from Ant

后端 未结 6 1980
执笔经年
执笔经年 2021-02-04 02:56

Can anyone tell me why I am getting this error message

Buildfile: C:\\Users\\Tara\\workspace\\Testing\\build.xml
doc:
   [delete] Deleting directory C:\\Users\\         


        
6条回答
  •  太阳男子
    2021-02-04 03:51

    make sure the javadoc.exe is on your path; this error usually means the ant task cannot find the executable

提交回复
热议问题