File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ case "`uname`" in
81
81
esac
82
82
83
83
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
84
+
85
+
84
86
# Determine the Java command to use to start the JVM.
85
87
if [ -n " $JAVA_HOME " ] ; then
86
88
if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
@@ -91,12 +93,14 @@ if [ -n "$JAVA_HOME" ] ; then
91
93
fi
92
94
if [ ! -x " $JAVACMD " ] ; then
93
95
die " ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
96
+
94
97
Please set the JAVA_HOME variable in your environment to match the
95
98
location of your Java installation."
96
99
fi
97
100
else
98
101
JAVACMD=" java"
99
102
which java > /dev/null 2>&1 || die " ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103
+
100
104
Please set the JAVA_HOME variable in your environment to match the
101
105
location of your Java installation."
102
106
fi
You can’t perform that action at this time.
0 commit comments