Skip to content

Commit f4cdb6d

Browse files
committed
[Installation/Java] Update links and screenshots
1 parent 9f4f1c2 commit f4cdb6d

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

content/tutorials/installation/setup_java.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,30 @@ Some things to point out:
1313
* Minecraft up to 1.12.2 requires Java 8.
1414
* Minecraft 1.14.4-1.16.5 require at least Java 8.
1515
* Minecraft 1.17-1.17.1 require at least Java 16, but Java 17 still works.
16-
* Minecraft 1.18+ require at least Java 17.
16+
* Minecraft 1.18-1.20.5 require at least Java 17.
17+
* Minecraft 1.20.6 require Java 21
1718
* You will sometimes see 2 Java versions that you can install:
1819
* The Java Runtime Environment (JRE), which is an obsolete "slim" version of java for basic java programs.
1920
* The Java Development Kit (JDK), which already includes the JRE
2021
* The JDK is used to write java programs and Minecraft mods
21-
* We will use the java binaries of {{<newtablink "Adoptium.net" "https://adoptium.net" >}}. If you think this is wrong and we should use something else, message us on discord.
22+
* We will use the java binaries of {{<newtablink "Adoptium.net" "https://adoptium.net/temurin">}}. If you think this is wrong and we should use something else, message us on discord.
2223

2324
**You should always choose the JDK rather than JRE, since it is required by some mods!**
2425

2526
## Installation
26-
For this tutorial, we will install Java 8 and Java 17 JDK. Both are very similar to install
27+
For this tutorial, we will install Java 8 and Java 17 JDK. Both are very similar to install.
2728

28-
1. Go to {{<newtablink "Adoptium.net" "https://adoptium.net/de/temurin/archive" >}}
29+
1. Go to {{<newtablink "Adoptium.net" "https://adoptium.net/temurin/releases?version=17&os=any&arch=any">}}
2930
2. Choose the version you want to install. We will go with 17 for now
30-
{{<figure class="screenshot" src="chrome_UXmlSQbVyQ.png">}}
31+
{{<figure class="screenshot" src="chrome_Uyd20PVsWQ.png">}}
3132
3. Scroll down to find the installer.
32-
{{<figure class="screenshot" src="chrome_WtSPMBV6XW.png">}}
33-
4. Download and install. The installer has a few extra options but they are only useful for programming.
33+
{{<figure class="screenshot" src="chrome_NjFy4z1BJf.png">}}
34+
4. Download and install. The installer has a few extra options but they are only useful for programming.
35+
36+
{{% tip %}}
37+
If you like using the terminal, you can use
38+
```
39+
winget install EclipseAdoptium.Temurin.17.JDK
40+
```
41+
to skip all above steps!
42+
{{% /tip %}}
23.7 KB
Loading
-7.17 KB
Binary file not shown.
12.5 KB
Loading
-39.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)