RE: JAVA_HOME not interpreted on XP

2010-01-19 Thread Rebhan, Gilbert
-Original Message- From: Stephan Müller [mailto:stephanr.muel...@gmx.de] Sent: Tuesday, January 19, 2010 4:08 PM To: Ant Users List Subject: Re: JAVA_HOME not interpreted on XP /* [...] I have no idea where this search path is coming from, if it is something hardcoded. Some people

Re: JAVA_HOME not interpreted on XP

2010-01-19 Thread Stephan Müller
sprüngliche Nachricht- >> Von: "Stephan Müller" [mailto:stephanr.muel...@gmx.de] >> Gesendet: Dienstag, 19. Januar 2010 00:07 >> An: user@ant.apache.org >> Betreff: JAVA_HOME not interpreted on XP >> >> Hi list. >> >> I'

Re: JAVA_HOME not interpreted on XP

2010-01-19 Thread Ziggy
to the path variable and then it works. > > Greetings Juergen > > > -- > Jürgen Knuplesch > -Ursprüngliche Nachricht- > Von: "Stephan Müller" [mailto:stephanr.muel...@gmx.de] > Gesendet: Dienstag, 19. Januar 2010 00:07 > An: user@ant.apache.org > Betr

AW: JAVA_HOME not interpreted on XP

2010-01-18 Thread Knuplesch, Juergen
7 An: user@ant.apache.org Betreff: JAVA_HOME not interpreted on XP Hi list. I've run into the well known "Unable to locate tools.jar." System is XP SP3. Tested with ant-1.8.0RC1 and ant-1.6.5. Installed Java Runtime Plugin 1.4.2_04 and JDK 1.4.2_04 here're some snippets ***

JAVA_HOME not interpreted on XP

2010-01-18 Thread Stephan Müller
Hi list. I've run into the well known "Unable to locate tools.jar." System is XP SP3. Tested with ant-1.8.0RC1 and ant-1.6.5. Installed Java Runtime Plugin 1.4.2_04 and JDK 1.4.2_04 here're some snippets * C:\>echo %JAVA_HOME% C:\Program Files\j2sdk1.4.2_04 **