Posted By:
Anonymous
Posted On:
Saturday, August 18, 2001 09:17 AM
I am trying to set up jakarta ant 1.3 on Windows 2000 When I try to run it, by typing ant on the console the error message appears which is the same as when you call java without any parameters: E:ProgrammierungProjekteWFBant>ant Usage: java [-options] class [args...] (to execute a class) or java -jar [-options] jarfile [args...] (to execute a jar file) I have set ANT_HOME, JAVA_HOME put all jar files in the ant/lib directory in the classpath and the ant/bin directory in the PATH. Finally I have added the tools.jar of the JDK to the classpath. Any ideas what might be g
More>>
I am trying to set up jakarta ant 1.3 on Windows 2000
When I try to run it, by typing ant on the console the error
message appears which is the same as when you call java without
any parameters:
E:ProgrammierungProjekteWFBant>ant
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
I have set ANT_HOME, JAVA_HOME put all jar files in the ant/lib
directory in the classpath and the ant/bin directory in the PATH.
Finally I have added the tools.jar of the JDK to the classpath.
Any ideas what might be going wrong?
Many thanks,
Hans
<<Less