Ilya Suntsov created IGNITE-9534:
------------------------------------
Summary: Wrong error message in bin/include/functions.sh
Key: IGNITE-9534
URL:
https://issues.apache.org/jira/browse/IGNITE-9534 Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: 2.6
Reporter: Ilya Suntsov
In the case when we don't have java installed on the host I see a message:
{noformat}
echo $0", ERROR:"
echo "JAVA_HOME environment variable is not found."
echo "Please point JAVA_HOME variable to location of JDK 1.7 or JDK 1.8."
echo "You can also download latest JDK at
http://java.com/download"
{noformat}
Java versions should be changed to:
{noformat}
JDK 1.8 or JDK 9
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)