From 20ed42dd388048560373c55b85ff87b93b9243b1 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Thu, 26 Sep 2019 08:02:47 +0900 Subject: [PATCH] Update deprecated doc about mac build environment requirements --- ReadMe.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 36be1a6de43..cddf59bb417 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -41,7 +41,15 @@ For local development, if you're not working on bytecode generation or the stand You also can use [Gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties) to setup `JDK_*` variables. -> Note: The JDK 6 for MacOS is not available on Oracle's site. You can [download it here](https://support.apple.com/kb/DL1572). +Note: The JDK 9 for MacOS is not available on Oracle's site. You can install it by + +```bash +$ brew tap adoptopenjdk/openjdk +$ brew cask install adoptopenjdk9 + +$ /usr/libexec/java_home -v 9 # get path to JDK 9 +/Library/Java/JavaVirtualMachines/adoptopenjdk-9.jdk/Contents/Home +``` On Windows you might need to add long paths setting to the repo: