From e082ff2edbf8995b89407fb1eca2d07866526969 Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sat, 13 Apr 2024 01:44:45 -0300 Subject: [PATCH 1/9] NOISSUE: Update Wiki for Java 21 for 24w14a and beyond --- Using-the-right-Java.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index 4a1282b..c0407b3 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -2,7 +2,13 @@ Generally you should use Java with the same architecture as your CPU. There are If you don't know which one and how to get it, read on. After you installed the correct version make sure [to select it](#setting-up-java-in-multimc). # Windows - + +### **Minecraft 24w14a and newer (Java 21)** + +Snapshots 24w14a and later now require Java 21. + +Download: + ### **Minecraft 1.17 and newer (Java 17)** Pick the JRE versions and make sure to match the architecture with your system, usually x64 (64-bit) @@ -47,6 +53,12 @@ Scroll down until you see the single entry in the table! # macOS # +### **Minecraft 24w14a and newer (Java 21)** + +Snapshots 24w14a and later now require Java 21. + + + ### **Minecraft 1.17 and newer (Java 17)** @@ -70,6 +82,11 @@ Scroll down until you see the single entry in the table! # Linux +### **Minecraft 24w14a and newer (Java 21)** + +Snapshots 24w14a and later now require Java 21. + +`temurin-21-jdk` ### **Minecraft 1.17 and newer (Java 17)** From ccf8bbcb66b8ebe13e88ea92b43be49022b69a05 Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sat, 13 Apr 2024 01:49:56 -0300 Subject: [PATCH 2/9] NOISSUE: Slight Update --- Using-the-right-Java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index c0407b3..ab10b62 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -57,7 +57,7 @@ Scroll down until you see the single entry in the table! Snapshots 24w14a and later now require Java 21. - +Download: ### **Minecraft 1.17 and newer (Java 17)** From c3e78272575c0539c0a2f0af35556af929b14c78 Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sat, 13 Apr 2024 01:54:37 -0300 Subject: [PATCH 3/9] NOISSUE: Updated wording for Java 17 --- Using-the-right-Java.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index ab10b62..86e60e8 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -9,7 +9,7 @@ Snapshots 24w14a and later now require Java 21. Download: -### **Minecraft 1.17 and newer (Java 17)** +### **Minecraft 1.17 until 1.20.4 (Java 17)** Pick the JRE versions and make sure to match the architecture with your system, usually x64 (64-bit) @@ -59,7 +59,7 @@ Snapshots 24w14a and later now require Java 21. Download: -### **Minecraft 1.17 and newer (Java 17)** +### **Minecraft 1.17 until 1.20.4 (Java 17)** Azul: @@ -88,7 +88,7 @@ Snapshots 24w14a and later now require Java 21. `temurin-21-jdk` -### **Minecraft 1.17 and newer (Java 17)** +### **Minecraft 1.17 until 1.20.4 (Java 17)** * Ubuntu/Debian derivatives: `openjdk-17-jre` * Arch `jre17-openjdk` From f3f830792cee66859278b456da7bd3b3e48bb756 Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sat, 13 Apr 2024 03:22:45 -0300 Subject: [PATCH 4/9] NOISSUE: removed redundant description for java 21 --- Using-the-right-Java.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index 86e60e8..3e28aed 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -5,8 +5,6 @@ If you don't know which one and how to get it, read on. After you installed the ### **Minecraft 24w14a and newer (Java 21)** -Snapshots 24w14a and later now require Java 21. - Download: ### **Minecraft 1.17 until 1.20.4 (Java 17)** @@ -55,8 +53,6 @@ Scroll down until you see the single entry in the table! ### **Minecraft 24w14a and newer (Java 21)** -Snapshots 24w14a and later now require Java 21. - Download: ### **Minecraft 1.17 until 1.20.4 (Java 17)** @@ -84,8 +80,6 @@ Scroll down until you see the single entry in the table! ### **Minecraft 24w14a and newer (Java 21)** -Snapshots 24w14a and later now require Java 21. - `temurin-21-jdk` ### **Minecraft 1.17 until 1.20.4 (Java 17)** From 632e8ed1894279bdf792e0263b60e3808dac90c0 Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sat, 13 Apr 2024 21:57:14 -0300 Subject: [PATCH 5/9] NOISSUE: updating Using The Right Java wiki --- Using-the-right-Java.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index 3e28aed..7929a55 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -5,7 +5,7 @@ If you don't know which one and how to get it, read on. After you installed the ### **Minecraft 24w14a and newer (Java 21)** -Download: +Eclipse Temurin: ### **Minecraft 1.17 until 1.20.4 (Java 17)** @@ -13,14 +13,13 @@ Pick the JRE versions and make sure to match the architecture with your system, **Make sure to download the .msi installer!** -Azul: +Eclipse Temurin: Scroll down until you see the single entry in the table!
Other Distributions -* Eclipse Temurin: - * Select in the dropdowns "Windows" "x64" "JRE" and "17" +* Azul: * Microsoft OpenJDK: * Oracle:
@@ -34,14 +33,13 @@ Pick the JRE versions and make sure to match the architecture with your system, Note: There is an exception when using some poorly supported/unsupported old integrated GPUs from Intel. See [[Unsupported-Intel-GPUs]] for details. -Azul: +Eclipse Temurin: Scroll down until you see the single entry in the table!
Other Distributions -* Eclipse Temurin: - * Select in the dropdowns "Windows" "x64" "JRE" and "8" +* Azul: * Java.com: * Make sure to download only the "_Windows Offline (x64)_" installer as Online can cause installation issues. ![](https://cdn.discordapp.com/attachments/404818598541000704/681278632811036714/correct-windows-java.png) @@ -53,14 +51,13 @@ Scroll down until you see the single entry in the table! ### **Minecraft 24w14a and newer (Java 21)** -Download: +Eclipse Temurin: ### **Minecraft 1.17 until 1.20.4 (Java 17)** +Eclipse Temurin: -Azul: - -For least amount of issues, choose **.dmg** download. +For least amount of issues, choose **.pkg** download. Scroll down until you see the single entry in the table! From 6cb50203fbbadb9d58c8e29887e817ef9e0108ad Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sat, 13 Apr 2024 21:59:33 -0300 Subject: [PATCH 6/9] NOISSUE: updating Mac Java Guide --- Using-the-right-Java.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index 7929a55..bc4aa6c 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -58,8 +58,6 @@ Eclipse Temurin: For least amount of issues, choose **.pkg** download. - -Scroll down until you see the single entry in the table! **Native ARM Java is currently not supported on MultiMC and x86_64 packages are required for M1/M2/M3 computers.** From ecf395aa7cfe9c0fa43392850ed89d1b609045b3 Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sun, 14 Apr 2024 18:40:17 -0300 Subject: [PATCH 7/9] NOISSUE: Updating java descriptions --- Using-the-right-Java.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index bc4aa6c..a3531d2 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -35,7 +35,6 @@ Note: There is an exception when using some poorly supported/unsupported old int Eclipse Temurin: -Scroll down until you see the single entry in the table!
Other Distributions From c5b479495043a471250cfb9b927d7f1eead91d7c Mon Sep 17 00:00:00 2001 From: TacoGS Date: Sun, 14 Apr 2024 20:45:01 -0300 Subject: [PATCH 8/9] NOISSUE: Updated copyright --- _Footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_Footer.md b/_Footer.md index 00fa8ba..cdacc84 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1 +1 @@ -Copyright © 2021 MultiMC Contributors +Copyright © 2024 MultiMC Contributors From af0d16e2cc3c5f9b9f632b2f2102f6a3501509eb Mon Sep 17 00:00:00 2001 From: TacoGS Date: Tue, 23 Apr 2024 21:13:40 -0300 Subject: [PATCH 9/9] NOISSUE: Formatting and version changes --- Using-the-right-Java.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/Using-the-right-Java.md b/Using-the-right-Java.md index a3531d2..27eada2 100644 --- a/Using-the-right-Java.md +++ b/Using-the-right-Java.md @@ -3,10 +3,12 @@ If you don't know which one and how to get it, read on. After you installed the # Windows -### **Minecraft 24w14a and newer (Java 21)** +### **Minecraft 1.20.5 and newer (Java 21)** Eclipse Temurin: +  + ### **Minecraft 1.17 until 1.20.4 (Java 17)** Pick the JRE versions and make sure to match the architecture with your system, usually x64 (64-bit) @@ -22,7 +24,8 @@ Scroll down until you see the single entry in the table! * Azul: * Microsoft OpenJDK: * Oracle: -
+
+   ### **Minecraft 1.16 and older (Java 8)** @@ -43,60 +46,55 @@ Eclipse Temurin: -   -# macOS # +# macOS # +**M1/M2/M3 CPU: Native ARM Java is currently not supported on MultiMC and x86_64 packages are required.** -### **Minecraft 24w14a and newer (Java 21)** +For least amount of issues, choose **.pkg** download. +### **Minecraft 1.20.5 and newer (Java 21)** Eclipse Temurin: -### **Minecraft 1.17 until 1.20.4 (Java 17)** +  +### **Minecraft 1.17 until 1.20.4 (Java 17)** Eclipse Temurin: - -For least amount of issues, choose **.pkg** download. -**Native ARM Java is currently not supported on MultiMC and x86_64 packages are required for M1/M2/M3 computers.** - +  ### **Minecraft 1.16 and older (Java 8)** * Go to -* Download the `Mac OS X` package. +* Download the `Mac OS X` package. Make sure to download the x64 as ARM is currently not supported. * Install it.   # Linux -### **Minecraft 24w14a and newer (Java 21)** +### **Minecraft 1.20.5 and newer (Java 21)** `temurin-21-jdk` + ### **Minecraft 1.17 until 1.20.4 (Java 17)** * Ubuntu/Debian derivatives: `openjdk-17-jre` * Arch `jre17-openjdk` * Fedora `java-17-openjdk` * OpenSUSE: `java-17-openjdk` - - - - +  ### **Minecraft 1.16 and older (Java 8)** - * Ubuntu/Debian derivatives: `openjdk-8-jre` * Arch `jre8-openjdk` * Fedora `java-1.8.0-openjdk` * OpenSUSE: `java-1.8.0-openjdk` **Do not choose the headless version as that is designed for servers and not general use.** -