Skip to content

Commit

Permalink
Upgrade to GraalVM 21.3.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopmar committed Oct 20, 2021
1 parent c49f511 commit 4d63e14
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/docs/common/common-install-graalvm-sdkman.adoc
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
The easiest way to install GraalVM is to use https://sdkman.io/[SDKMan.io].

[source, bash]
.Java 8
----
$ sdk install java 21.2.0.r8-grl
----

[source, bash]
.Java 11
----
$ sdk install java 21.2.0.r11-grl
$ sdk install java 21.3.0.r11-grl
----

[source, bash]
.Java 16
.Java 17
----
$ sdk install java 21.2.0.r16-grl
$ sdk install java 21.3.0.r17-grl
----

NOTE: Our recommended approach is to use GraalVM JDK11 even if you still use
Java 8 for your project. There are no Java 8 distributions of GraalVM
Community Edition 21.2 available for macOs. See
https://github.com/graalvm/graalvm-ce-builds/releases[github.com/graalvm/graalvm-ce-builds/releases]
for OS compatibility information.
NOTE: If you still use Java 8 use the GraalVM JDK11 version.

You need to install the `native-image` component, which is not installed by default.

Expand Down

0 comments on commit 4d63e14

Please sign in to comment.