Re: JAVA-HOME is pointing to JRE

2007-10-23 Thread Timothy Crowell
ble for most software. Peter On 10/23/07, Timothy Crowell <[EMAIL PROTECTED]> wrote: > I tried "echo %JAVA_HOME%" (without quotes) on the Microsoft Windows XP SP2 Command line and I got "C:\Program%20Files\Java\jdk1.6.0_03" (without quotes). > > Biza

Re: JAVA-HOME is pointing to JRE

2007-10-23 Thread Timothy Crowell
t;[EMAIL PROTECTED]> To: Ant Users List Sent: Tuesday, October 23, 2007 3:01:11 AM Subject: Re: JAVA-HOME is pointing to JRE On 23/10/2007, Timothy Crowell <[EMAIL PROTECTED]> wrote: > > Oh, I already have the JDK and JAVA_HOME is pointing to the JDK, but the > Command line is

Re: JAVA-HOME is pointing to JRE

2007-10-23 Thread Timothy Crowell
Oh, I already have the JDK and JAVA_HOME is pointing to the JDK, but the Command line is always looking in the JRE folder. -Timothy P.S. I have installed Ant on two computers, only one of them has this problem. - Original Message From: Bizard Nicolas (KIRO 41) <[EMAIL PROTECTED]> To: A

Re: JAVA-HOME is pointing to JRE

2007-10-22 Thread Timothy Crowell
"log.txt" is a log of the failed "Hello world!" build. "log2.txt" is a log of my debugging information. The error concerning tools.jar says that it could not be found and that tools.jar was expected to be found in "C:\Program Files\Java\jre1.6.0_03". -Timothy _

JAVA-HOME is pointing to JRE

2007-10-22 Thread Timothy Crowell
I am new to Java and Ant. I have set JAVA-HOME to "C:\Program Files\Java\jdk1.6.0_03" (no quotes), I have dubble-checked this. Ant says JAVA-HOME is set to "C:\Program Files\Java\jre1.6.0_03" (no quotes), this is causing serious problems, especially concerning tools.jar. Can you help me fix th