Running ANT ...... please help

Hi All,

I am trying to follow the J2ee tutorial examples. But whentrying to use ant I am getting this error...please help

My ANT_HOME =C:\jakarta-ant-1.4beta1

And My path includes

C:\jakarta-ant-1.4beta1\binamong the other.

C:\j2sdkee1.2.1\j2eetutorial\examples\src>ant converter

Bad command or file name

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/

Main

C:\j2sdkee1.2.1\j2eetutorial\examples\src>

Any help is greatly appreciated......

Thanks in Advance

Ven

[586 byte] By [venka001] at [2007-9-26 4:05:15]
# 1
Do you have the ant.jar in your classpath? It seems to be finding ant ok just not the classes it needs. Try adding add.jar from the lib directory of your ant install to your classpath, should fix it.Regards Tommy.
tommyfotak at 2007-6-29 13:04:28 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...