Skip to content

Commit

Permalink
Update Java version number to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Hades948 committed Mar 2, 2024
1 parent ae2e107 commit 37ca919
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions getting-started/install-jdk.md
Expand Up @@ -7,7 +7,7 @@ meta.keywords: LITIENGINE, java, game, gameengine, development, 2D, programming,

## Installing the Java Development Kit
First of all, you should download a Java development kit (**JDK**), containing the Java virtual machine (**JVM**) and other resources for developing Java applications.
Since LITIENGINE has been created with Java 17, you need at least JDK 17 on your machine.
Since LITIENGINE has been created with Java 21, you need at least JDK 21 on your machine.
> In case you are on linux or mac, you can also use [SKDMAN!](https://sdkman.io/) to manager your JDK installation. Once you've installed sdk man, type `sdk install java` in your terminal. The latest recommend JDK will be installed automatically for you. It should be registered in your IDE after you restart it. For further information look up the [SDKMAN! Docs](https://sdkman.io/usage).
> **The official Oracle JDK has seen some severe licensing changes in 2019, requiring a paid license for developing commercial applications! You should use another JDK distribution with a permissive free license instead.**
Expand All @@ -16,8 +16,8 @@ Here is a short overview over some entirely free JDK distributions:

name | implementations
:---- | :------
Eclipse Temurin | [JDK 17](https://adoptium.net/temurin/releases/?version=17)
Amazon Correto | [JDK 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)
Oracle Open JDK | [JDK 17](http://jdk.java.net/17/)
Red Hat OpenJDK | [JDK 17](https://developers.redhat.com/products/openjdk/download)
GraalVM | [JDK 17](https://www.graalvm.org/downloads/#)
Eclipse Temurin | [JDK 21](https://adoptium.net/temurin/releases/?version=21)
Amazon Correto | [JDK 21](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
Oracle Open JDK | [JDK 21](http://jdk.java.net/21/)
Red Hat OpenJDK | [JDK 21](https://developers.redhat.com/products/openjdk/download)
GraalVM | [JDK 21](https://www.graalvm.org/downloads/#)

0 comments on commit 37ca919

Please sign in to comment.