How to build native image using Oracle GraalVM (not GraalVM Community Edition)? #3345
Closed
plokhotnyuk
started this conversation in
Scripting
Replies: 1 comment
-
I found that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the standard way to use concrete GraaVM version is passing
--graalvm-jvm-id <some_graalvm_id>
option.For example,
--graalvm-jvm-id graalvm-java23:23.0.0
works fine for me and prints in logs that GraalVM CE is used:Is any possibility to fetch or use some locally preinstalled version of Oracle GraalVM instead?
Beta Was this translation helpful? Give feedback.
All reactions