• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

ant for webservice

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to webservice.
can anyone help in guiding how to start simple java program
when i tried to use ant command it says"is not recognised as internal or external command"
let me know how to start or do we need to install some thing else?
I have weblogic 7.0 installed
thanks
johnson
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry but I'm making an assumption you're on a windows machine:
So you type ant at the command prompt and it's not recognized:
the directory to the ant.bat file is not in your PATH
You try to run ant from within and IDE and it's not recognized:
Some applications require you to configure a path to the ant bat/exe file directory. You should try the configuration menu to see how this is supported. Often the fix above with the path is all that is needed though.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, if you are using J2EE and havent downloaded and installed Ant (http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin) try doing so and set enviromental variable ANT_HOME to install directory.
best lucky!
 
I didn't say it. I'm just telling you what this tiny ad said.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic