Searched refs:JAVA_HOME (Results 1 – 3 of 3) sorted by relevance
20 if defined JAVA_HOME goto findJavaFromJavaHome27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.29 echo Please set the JAVA_HOME variable in your environment to match the35 set JAVA_HOME=%JAVA_HOME:"=% variable36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%43 echo Please set the JAVA_HOME variable in your environment to match the
66 if [ -n "$JAVA_HOME" ] ; then67 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then69 JAVACMD="$JAVA_HOME/jre/sh/java"71 JAVACMD="$JAVA_HOME/bin/java"74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
8 if [ -n "$JAVA_HOME" ] ; then9 PATH=${PATH/$JAVA_HOME\/bin:/}11 export JAVA_HOME=$112 export PATH=$JAVA_HOME/bin:$PATH