• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ant is not recognized as an internal Commd

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Any body can help me for my school project, i have xp prof for my os, then i downloaded J2ee and Jakarta-ant-1.3, and i set the path like this ANT_HOME=c:\Jakarta-ant-1.3 AND JAVA_HOME=c:\jdk1.3 , when i try to run my ant in command line i get this error Ant is ant recognized as an internal or external comd,
did i miss something? or something wrong with my path?
Best Regards,
Doy
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Welcome to JavaRanch!
"ant.bat" needs to be on your PATH to be found, just as would be the case for any other program.
 
reply
    Bookmark Topic Watch Topic
  • New Topic