File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# JDK 8 or higher JVM (and that it isn't OpenJDK).
1414#
1515if [ -z " ${JAVA_HOME} " ]; then
16- echo " Please set the JAVA_HOME environment variable to match the location of your Java 8 installation ." >&2
16+ echo " Please set the JAVA_HOME environment variable to match the location of your Java installation. Java 8 or newer is required ." >&2
1717 exit -1
1818elif [ ! -d " ${JAVA_HOME} " ]; then
1919 echo " Your JAVA_HOME environment variable points to a non-existent directory: ${JAVA_HOME} " >&2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ umask 27
1010# JDK 8 or higher JVM (and that it isn't OpenJDK).
1111#
1212if [ -z " ${JAVA_HOME} " ]; then
13- echo " Please set the JAVA_HOME environment variable to match the location of your Java 8 installation ." >&2
13+ echo " Please set the JAVA_HOME environment variable to match the location of your Java installation. Java 8 or newer is required ." >&2
1414 return
1515elif [ ! -d " ${JAVA_HOME} " ]; then
1616 echo " Your JAVA_HOME environment variable points to a non-existent directory: ${JAVA_HOME} " >&2
You can’t perform that action at this time.
0 commit comments