Thanks, it was the ending / on ANT_HOME that seemed to be doing it. Now I can get the version, but it can't find tools.jar. It seems to be looking for it in ../lib of ANT_HOME which isn't where my jdk is located. If it did the same directory lookup for JAVA_HOME, it would be correct. Is there someway to set this? My JAVA_HOME looks to be correct since I can run java -version and get the newly installed update 8 version. I also have both paths in my path variable.
On 9/24/06, Martin Gainty <[EMAIL PROTECTED]> wrote:
ditto when coding a SGML tag or ny special character start with &<mnemonic>; as in the example & http://www.htmlgoodies.com/beyond/reference/article.php/3472611 M- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Peter Reilly" <[EMAIL PROTECTED]> To: "Ant Users List" <user@ant.apache.org> Sent: Sunday, September 24, 2006 10:21 AM Subject: Re: Run ant, get java > If on windows: > make sure that %CLASSPATH% or %ANT_HOME% or %JAVA_HOME% > does NOT contain a quote (" or ') and does NOT end in \ or / > > It is recommended 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 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? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >
-- Aaron Green Web Content Coordinator University of Southern Mississippi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]