Description
In the case when we don't have java installed on the host I see a message:
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"
Java versions should be changed to:
JDK 1.8 or JDK 9
Attachments
Issue Links
- is duplicated by
-
IGNITE-6730 Java 9: fix project build procedure
- Resolved