Skip to content

Commit 9f99162

Browse files
Merge pull request #1028 from oracle/jira-wdt-454
changing the JAVA_HOME message to indicate a higher JDK version is ok
2 parents 4cd55f1 + 6d3c344 commit 9f99162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/src/main/bin/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ javaSetup() {
1919
minJdkVersion=$1
2020

2121
if [ -z "${JAVA_HOME}" ]; then
22-
echo "Please set the JAVA_HOME environment variable to point to a Java $minJdkVersion installation" >&2
22+
echo "Please set the JAVA_HOME environment variable to point to a Java $minJdkVersion (or higher) installation" >&2
2323
exit 2
2424
elif [ ! -d "${JAVA_HOME}" ]; then
2525
echo "Your JAVA_HOME environment variable to points to a non-existent directory: ${JAVA_HOME}" >&2

0 commit comments

Comments
 (0)