Skip to content

Commit 9d9d381

Browse files
authored
Merge pull request #35 from Wolf68k/NOISSUE-Java25-Update
Update Using-the-right-Java.md I was technically here for the entire creation of this anyways.
2 parents 1cdddfd + 7a0c4e6 commit 9d9d381

1 file changed

Lines changed: 59 additions & 4 deletions

File tree

Using-the-right-Java.md

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,24 @@ If you don't know which one and how to get it, read on. After you installed the
33

44
# Windows
55

6-
### **Minecraft 1.20.5 and newer (Java 21)**
6+
### **Minecraft 26 and newer (Java 25)**
7+
8+
**Make sure to download the .msi installer!**
9+
10+
Eclipse Termurin: <https://adoptium.net/temurin/releases/?os=windows&arch=any&package=jre&version=25&mode=filter>
11+
12+
Scroll down until you see the single entry in the table!
13+
<details>
14+
<summary>Other Distributions</summary>
15+
16+
* Azul: <https://www.azul.com/downloads/?version=java-25-lts&os=windows&architecture=x86-64-bit&package=jre#zulu>
17+
* Microsoft OpenJDK: <https://learn.microsoft.com/en-gb/java/openjdk/download#openjdk-25>
18+
* Oracle: <https://www.oracle.com/java/technologies/downloads/#jdk25-windows>
19+
</details>
20+
21+
&nbsp;
22+
23+
### **Minecraft 1.20.5 until 1.21.11 (Java 21)**
724

825
**Make sure to download the .msi installer!**
926

@@ -67,7 +84,24 @@ Scroll down until you see the single entry in the table!
6784

6885
For least amount of issues, choose **.pkg** download.
6986

70-
### **Minecraft 1.20.5 and newer (Java 21)**
87+
### **Minecraft 26 and newer (Java 25)**
88+
89+
**Make sure to download the .msi installer!**
90+
91+
Eclipse Termurin: <https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jre&version=25&mode=filter>
92+
93+
Scroll down until you see the single entry in the table!
94+
<details>
95+
<summary>Other Distributions</summary>
96+
97+
* Azul: <https://www.azul.com/downloads/?version=java-25-lts&os=macos&architecture=x86-64-bit&package=jre#zulu>
98+
* Microsoft OpenJDK: <https://learn.microsoft.com/en-gb/java/openjdk/download#openjdk-25>
99+
* Oracle: <https://www.oracle.com/java/technologies/downloads/#jdk25-mac>
100+
</details>
101+
102+
&nbsp;
103+
104+
### **Minecraft 1.20.5 until 1.21.11 (Java 21)**
71105
Eclipse Temurin: <https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jre&version=21>
72106

73107
Scroll down until you see the single entry in the table!
@@ -117,11 +151,32 @@ Scroll down until you see the single entry in the table!
117151

118152
# Linux
119153

120-
### **Minecraft 1.20.5 and newer (Java 21)**
154+
### **Minecraft 26 and newer (Java 25)**
155+
156+
Open terminal and type the following based on your distro
157+
* Ubuntu/Debian derivatives `sudo apt-get temurin-25-jdk`
158+
* Arch `sudo pacman -S jdk25-openjdk`
159+
* Fedora `sudo dnf install temurin-25-jdk`
160+
* OpenSUSE `sudo zypper install temurin-25-jdk`
161+
162+
Eclipse Termurin: <https://adoptium.net/temurin/releases/?os=windows&arch=any&package=jre&version=25&mode=filter>
163+
164+
Scroll down until you see the single entry in the table!
165+
<details>
166+
<summary>Other Distributions</summary>
167+
168+
* Azul: <https://www.azul.com/downloads/?version=java-25-lts&os=windows&architecture=x86-64-bit&package=jre#zulu>
169+
* Microsoft OpenJDK: <https://learn.microsoft.com/en-gb/java/openjdk/download#openjdk-25>
170+
* Oracle: <https://www.oracle.com/java/technologies/downloads/#jdk25-linux>
171+
</details>
172+
173+
&nbsp;
174+
175+
### **Minecraft 1.20.5 until 1.21.11 (Java 21)**
121176

122177
Open terminal and type the following based on your distro
123178
* Ubuntu/Debian derivatives `sudo apt-get temurin-21-jdk`
124-
* Arch `sudo pacman -S jdk21-temurin`
179+
* Arch `sudo pacman -S jdk21-openjdk`
125180
* Fedora `sudo dnf install temurin-21-jdk`
126181
* OpenSUSE `sudo zypper install temurin-21-jdk`
127182

0 commit comments

Comments
 (0)