Lines Matching full:java
69 # Determine the Java command to use to start the JVM.
71 if [ -x "$JAVA_HOME/jre/sh/java" ]; then
73 JAVACMD="$JAVA_HOME/jre/sh/java"
75 JAVACMD="$JAVA_HOME/bin/java"
81 location of your Java installation."
84 JAVACMD="java"
85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
88 location of your Java installation."
112 # For Cygwin, switch paths to Windows format before running java
164 # Collect all arguments for the java command, following the shell quoting and substitution rules