Re: Run ant, get java

2006-09-25 Thread Aaron Green
ahh, thanks. I had JAVA_HOME set to jdk/bin after I removed that and made it the home directory of the jdk, the error isn't there anymore. Thanks for all your help. On 9/25/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Aaron Green wrote: > Thanks, it was the ending / on ANT_HOME

Re: Run ant, get java

2006-09-25 Thread Aaron Green
ed not to use CLASSPATH with ant. > > try ant -noclasspath -version > Peter > > On 9/24/06, Aaron Green <[EMAIL PROTECTED]> wrote: >> >> I'm trying to install Ant and was getting a NoClassDefFoundError when >> I tried to run ant -version, but changed my class

Run ant, get java

2006-09-23 Thread Aaron Green
I'm trying to install Ant and was getting a NoClassDefFoundError when I tried to run ant -version, but changed my classpath, and now when I type ant -version, I get the java help screen telling me what commands java offers. What am I doing wrong? -