I'm actually concerned about the use of the Underscore vs. not using it; the case isn't an issue.
After instaling the JDK on my WinNT box, I have a registry key of that name in my software section (HKEY_LOCAL_MACHINE/Software/javasoft/Java Development Kit/1.3/JavaHome) ...shouldn't ant be using the same variable? -D > -----Original Message----- > From: Jason Dillon [mailto:[EMAIL PROTECTED] > Sent: Monday, October 16, 2000 5:46 PM > To: [EMAIL PROTECTED] > Subject: Re: JavaHome vs. JAVA_HOME > > > I have never, ever heard that SUN was using JavaHome for an > environment > variable. The common convention is use use all uppercase for > environment > variables... perhaps if you are using windows, it doesn't > care about case, > but with respect to UN*X it does. > > --jason > > > On Mon, 16 Oct 2000, Daniel Rosner wrote: > > > I just finished making all my batch files look for JavaHome > when I saw this > > message come out of the new version about the JAVA_HOME environment > > variable: > > > > Warning: JAVA_HOME environment variable is not set. > > .... > > > > Why use this? I thought that the Java SDK uses a JavaHome > variable- should I > > switch my files to use JAVA_HOME instead? Thoughts/Comments > appreciated. > > > > Thanks, > > -Dan > > >
