From 07704b3ec7876cbf2704f44f65d9c4cac2699b71 Mon Sep 17 00:00:00 2001 From: GameCenterJerry <61768561+GameCenterJerry@users.noreply.github.com> Date: Thu, 22 Oct 2020 13:14:53 +1100 Subject: [PATCH] Update SETUP.md --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index ad1f3316f..b23798a39 100644 --- a/SETUP.md +++ b/SETUP.md @@ -53,7 +53,7 @@ To check which java you are using do `java -version` in a command prompt or terminal. If you are using Oracle JDK 8+ it will not work because the Java distributions above JDK 8 using may not have the needed javax classes. -Oracle JDK 8 download: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html +Open JDK 8 download: https://openjdk.java.net/install/ #### macOS guide In order to get JDK 8, run the following command: `% /usr/libexec/java_home -V`