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
[ -z"$javaExecutable"-o"`expr \"$javaExecutable\":'\([^ ]*\)'`"="no" ] && die "JAVA_HOME not set and cannot find javac to deduce location, please set JAVA_HOME."
# readlink(1) is not available as standard on Solaris 10.
readLink=`which readlink`
[ `expr "$readLink":'\([^ ]*\)'`="no" ] && die "JAVA_HOME not set and readlink not available, please set JAVA_HOME."