12 Sep
2008
12 Sep
'08
11:14 a.m.
The right way to unset an environment variable is to use "unset" What I do is (effectively): unset JAVA_HOME export LANG=C LC_ALL=C Martin On Thu, Sep 11, 2008 at 09:42, Attila Szegedi <szegedia@gmail.com> wrote:
ERROR: Your JAVA_HOME environment variable is set. This will most likely cause the build to fail. Please unset it and start your build again. ... I eliminated these with export JAVA_HOME= export LANG=C