From e4eec33eb0d7a16de14be789c5272f64a6bad3cd Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:35:51 -0500 Subject: [PATCH] java 21 --- docs/launcher/prism_gnu.md | 4 ++-- docs/launcher/prism_mac.md | 6 +++--- docs/launcher/prism_win.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/launcher/prism_gnu.md b/docs/launcher/prism_gnu.md index fd1dcb86..26287171 100644 --- a/docs/launcher/prism_gnu.md +++ b/docs/launcher/prism_gnu.md @@ -12,14 +12,14 @@ This guide will explain the install process for Prism, as well as how we can use First, we need to download and setup Java to be able to use Prism Launcher. Unlike the default Minecraft launcher, Prism does not come bundled with a default Java, and so we must install it ourselves. -Minecraft 1.16 and below all use Java 8, while 1.17 and above use Java 17+. I recommend installing both to make it simpler to use different versions of Minecraft whenever you want. +Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want. In order to download Java, we will first head to the [Adoptium download page](https://adoptium.net/temurin/releases). Adoptium is an open source Java that does not require a paid account to install, and is made by the Eclipse Foundation, a very reputable source. To install, we will use the dropdown boxes to make it easier to find the versions of Java we need - Operating System: Linux - Architecture: x64 - Package Type: JDK -- Version: 8 and 17 (download one of them, then download the other after) +- Version: 8, 17, and 21 (download one of them, then download the others after) Once we have chosen our download preferences, we will click the `tar.gz` download option and install it. diff --git a/docs/launcher/prism_mac.md b/docs/launcher/prism_mac.md index 7654342c..0b1ab569 100644 --- a/docs/launcher/prism_mac.md +++ b/docs/launcher/prism_mac.md @@ -12,7 +12,7 @@ This guide will explain the install process for Prism, as well as how we can use First, we need to download and setup Java to be able to use Prism Launcher. Unlike the default Minecraft launcher, Prism does not come bundled with a default Java, and so we must install it ourselves. -Minecraft 1.16 and below all use Java 8, while 1.17 and above use Java 17+. I recommend installing both to make it simpler to use different versions of Minecraft whenever you want. +Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want. In order to download Java, we will first need to choose our distribution. @@ -20,7 +20,7 @@ In order to download Java, we will first need to choose our distribution. Head to the [Zulu download page](https://www.azul.com/downloads/#downloads-table-zulu). Adoptium is an open source Java distribution that does not require a paid account to install, and is made by the Eclipse Foundation, a very reputable source. To install, we will use the dropdown boxes to make it easier to find the versions of Java we need - - Version: 8 and 17 (download one of them, then download the other after) + - Version: 8, 17, and 21 (download one of them, then download the others after) - Operating System: macOS - Architecture: Arm x64 - Java Package: JDK @@ -34,7 +34,7 @@ In order to download Java, we will first need to choose our distribution. - Operating System: macOS - Architecture: x64 - Package Type: JDK - - Version: 8 and 17 (download one of them, then download the other after) + - Version: 8, 17, and 21 (download one of them, then download the others after) If it asks if you want to allow downloads, click "Allow". Once we have chosen our download preferences, we will click the `.pkg` download option. Once it's downloaded, run it and follow the installation process. Do this for both versions of Java. diff --git a/docs/launcher/prism_win.md b/docs/launcher/prism_win.md index 498e55a9..019d124d 100644 --- a/docs/launcher/prism_win.md +++ b/docs/launcher/prism_win.md @@ -12,14 +12,14 @@ This guide will explain the install process for Prism, as well as how we can use First, we need to download and setup Java to be able to use Prism Launcher. Unlike the default Minecraft launcher, Prism does not come bundled with a default Java, and so we must install it ourselves. -Minecraft 1.16 and below all use Java 8, while 1.17 and above use Java 17+. I recommend installing both to make it simpler to use different versions of Minecraft whenever you want. +Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want. In order to download Java, we will first head to the [Adoptium download page](https://adoptium.net/temurin/releases). Adoptium is an open source Java that does not require a paid account to install, and is made by the Eclipse Foundation, a very reputable source. To install, we will use the dropdown boxes to make it easier to find the versions of Java we need - Operating System: Windows - Architecture: x64 - Package Type: JDK or JRE (it does not matter) -- Version: 8 and 17 (download one of them, then download the other after) +- Version: 8, 17, and 21 (download one of them, then download the others after) Once we have chosen our download preferences, we will click the `.msi` download option. Once it's downloaded, run it and follow the installation process. Do this for both versions of Java.