I am a beginenr with Ant, and am experiencing some troubles after installing the 
software.  After installing
 ANT and trying to run it I get the message printed below.  Could someone tell me what 
I am doing wrong?
Thanks for your help.


C:\> ant
Usage: java [-options] class [args...]
           (to execute a class)
   or  java -jar [-options] jarfile [args...]
           (to execute a jar file)

where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
              set search path for application classes and resources
    -D<name>=<value>
              set a system property
    -verbose[:class|gc|jni]
              enable verbose output
    -version  print product version
    -? -help  print this help message
    -X        print help on non-standard options
C:\>


Reply via email to