From 36102504a147f8a56d3461d2697949979980378b Mon Sep 17 00:00:00 2001 From: Matts966 <28551465+Matts966@users.noreply.github.com> Date: Fri, 26 Jun 2020 11:11:13 +0900 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index cddf59bb417..c864dee42c0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -41,14 +41,11 @@ 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 9 for MacOS is not available on Oracle's site. You can install it by +Note: The JDK 6 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 +$ brew tap caskroom/versions +$ brew cask install java6 ``` On Windows you might need to add long paths setting to the repo: