RE: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread Eric Chamberlain
:42 PM To: 'Ant Users List' Subject: RE: Problem with setting JAVA_HOME for Ant I had already done that. I have JAVA_HOME defined correctly defined as a user-level. I can see that JAVA_HOME is defined and defined correctly in the command prompt window in which I run ant.I just

RE: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread Eric Chamberlain
st Subject: Re: Problem with setting JAVA_HOME for Ant Hello, I have found the best thing to do with Windows is define JAVA_HOME in: My Computer/System Properties dialog. Click the Advance Tab Pane and click the button: Environment Variables. Don't do this as Administrator but just as the user y

Re: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread David Brown
Hello, I have found the best thing to do with Windows is define JAVA_HOME in: My Computer/System Properties dialog. Click the Advance Tab Pane and click the button: Environment Variables. Don't do this as Administrator but just as the user you are when you are running Ant at the command-line. HT