Update JAVA_HOME path to JDK8 (#1043)

This commit is contained in:
Yoshinori Isogai
2017-04-04 00:52:51 +09:00
committed by Dmitry Jemerov
parent b5ea6d3e25
commit f16736285a
+1 -1
View File
@@ -32,7 +32,7 @@ In order to build Kotlin distribution you need to have:
- JDK 1.6, 1.7 and 1.8
- Setup environment variables as following:
JAVA_HOME="path to JDK 1.6"
JAVA_HOME="path to JDK 1.8"
JDK_16="path to JDK 1.6"
JDK_17="path to JDK 1.7"
JDK_18="path to JDK 1.8"