Lines Matching full:java
70 # Determine the Java command to use to start the JVM.
72 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
74 JAVACMD="$JAVA_HOME/jre/sh/java"
76 JAVACMD="$JAVA_HOME/bin/java"
82 location of your Java installation."
85 JAVACMD="java"
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
89 location of your Java installation."
113 # For Cygwin, switch paths to Windows format before running java