Home | History | Annotate | Download | only in AlwaysOn

Lines Matching refs:JAVA_HOME

47     [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
71 if [ -n "$JAVA_HOME" ] ; then
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
81 Please set the JAVA_HOME variable in your environment to match the
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
88 Please set the JAVA_HOME variable in your environment to match the