> 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? > No. JAVA_HOME is an environment variable, not a registry key. This is described in the Ant documentation: (http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/index.ht ml?rev=1.133#installing).
> -D > -- Christopher Elkins
