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 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. that doesnt mean the JDK is set up, only the JRE. You need to be sure that JAVA_HOME/lib/tools.jar exists. Use ant -diagnostics to find out more about the system state --------------------------------------------------------------------- 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]
