We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd55f1 + 6d3c344 commit 9f99162Copy full SHA for 9f99162
installer/src/main/bin/shared.sh
@@ -19,7 +19,7 @@ javaSetup() {
19
minJdkVersion=$1
20
21
if [ -z "${JAVA_HOME}" ]; then
22
- echo "Please set the JAVA_HOME environment variable to point to a Java $minJdkVersion installation" >&2
+ echo "Please set the JAVA_HOME environment variable to point to a Java $minJdkVersion (or higher) installation" >&2
23
exit 2
24
elif [ ! -d "${JAVA_HOME}" ]; then
25
echo "Your JAVA_HOME environment variable to points to a non-existent directory: ${JAVA_HOME}" >&2
0 commit comments