> From: "Paul Campbell" <[EMAIL PROTECTED]>
> Sent: Thursday, December 19, 2002 1:06 AM

> JAVA_HOME is set in my profile and I have verified
> by echo $JAVA_HOME. Initially, I had it set to a
> symbolic link /var/java but made it explicit with the same result

Is JAVA_HOME exported? Just because you can echo $JAVA_HOME does not mean
that Ant can actually see it.

Check you profile to see if you're actually exporting JAVA_HOME.

You can simply test it by doing this at the command line with your
environment set:

$ sh <-- Start a new shell
$ echo $JAVA_HOME

If it is not exported, JAVA_HOME will come up blank.

Regards,

Will Hartung
([EMAIL PROTECTED])




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to