Skip to content

where is graal version is coming from #1305

Answered by helpermethod
ozkanpakdil asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ozkanpakdil!

Do you need GraalVM 22.3 or just the lastest version of GraalVM? There was a naming change a while ago:

https://www.graalvm.org/release-calendar/#graalvm-enterprise-and-community-editions

TLDR; At some point GraalVM releases were based on the calendar year, nowadays they are based on the JDK numbering scheme.

22.3 e.g. was released October 18, 2022.

So, if you just need the latest version, based on JDK 22, use

sdk install java 22.0.2-graal

for Oracle GraalVM (not Open Source) or

sdk install java 22.0.2-graalce

for the GraalVM Community Edition (Open Source).

If you need the latest GraalVM version based on JDK 17, install 17.0.9 or 17.0.9-graalce respectively.

Hope that …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ozkanpakdil
Comment options

Answer selected by ozkanpakdil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants