You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Note: \$JAVA_HOME environmental variable has been set to the following directory:" 1>&2
else
echo "Note: \$JAVA_HOME environmental variable was already set to the following value, so will not be changed:" 1>&2
fi
echo "$JAVA_HOME" 1>&2
echo "If there are problems building/running the application, you may need to change this variable to the directory which contains a newer JDK version" 1>&2