Lines Matching full:java
85 # Determine the Java command to use to start the JVM.
87 if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
89 JAVACMD="$JAVA_HOME/jre/sh/java"
91 JAVACMD="$JAVA_HOME/bin/java"
97 location of your Java installation."
100 JAVACMD="java"
101 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
104 location of your Java installation."
128 # For Cygwin or MSYS, switch paths to Windows format before running java
180 # Collect all arguments for the java command, following the shell quoting and substitution rules