-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# How to determinate the Java version to use | ||
Minecraft is made on the Java Programming Language, since the first game version, several Java versions have been used on every newer version, | ||
Minecraft is made on the Java Programming Language, since the first game version several Java versions have been used on every newer version of the game, | ||
including several newer features, or changes to the game code, because of this, has to understand what JDK version must be used depending on the | ||
Minecraft version that's being used. Below there's a list with the Minecraft versions and their JDK releases required to running. | ||
Minecraft version that's being used. Below there's a simple guide with the Minecraft versions and their JDK releases required to running. | ||
|
||
- Minecraft 1.8.8 - 1.16.5 -> Java 8. | ||
- Minecraft 1.17.1 - 1.20.2 -> Java 17. | ||
- Minecraft 1.20.6+ -> Java 21. | ||
- Minecraft 1.8.8 to 1.16.5 uses the Java 8 version. | ||
- Minecraft 1.17.1 to 1.20.2 uses the Java 17 version. | ||
- Minecraft 1.20.6 and future versions will use the Java 21 version. |