From 14b75973b03735338d0644d07568423e5748feb8 Mon Sep 17 00:00:00 2001 From: GameCenterJerry <61768561+GameCenterJerry@users.noreply.github.com> Date: Thu, 22 Oct 2020 15:02:17 +1100 Subject: [PATCH] Update SETUP.md --- SETUP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SETUP.md b/SETUP.md index c09ad3682..9d581aeed 100644 --- a/SETUP.md +++ b/SETUP.md @@ -51,7 +51,7 @@ If you have errors with a package missing please make sure you have setup your e To check which java you are using do `java -version` in a command prompt or terminal. -If you are using OpenJDK 8+ it will not work because the Java distributions above JDK 8 using may not have the needed javax classes. +If you are using anything above OpenJDK 8, it might not work because the Java distributions above JDK 8 using may not have the needed javax classes. Open JDK 8 download: https://openjdk.java.net/install/ #### macOS guide @@ -69,7 +69,6 @@ In order to get JDK 8 running in the **current terminal window** you will have t `% export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)` To add OpenJDK 8 to your PATH add the export line to the end of your `.zshrc / .bashrc` if you want it to apply to each new terminal. If you're using bash change the .bachrc and if you're using zsh change the .zshrc -#### Windows 10 guide (currently working on it) Setting up the Environment: