From f16736285a4344365b8a3cdb23bea7a9d67dce82 Mon Sep 17 00:00:00 2001 From: Yoshinori Isogai Date: Tue, 4 Apr 2017 00:52:51 +0900 Subject: [PATCH] Update JAVA_HOME path to JDK8 (#1043) --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 18643ff6e2b..98e5c071619 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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"