Replies: 1 comment 1 reply
-
I think you need this https://graalvm.github.io/native-build-tools/latest/maven-plugin.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there! First off, thank you for such a practical packaging tool. I think I've brute-force tried every other option, and they usually choke one way or another. jtoolprovider works well!
So, thanks to the GraalVM project, there's now the native-image build tool that does AOT compilation of java code. I'm not that familiar with the ToolProvider class, but from what I can see, it doesn't look like native-image is part of the enumerated tools, even if I'm explicitly using a GraalVM JDK.
I'm an eternal beginner, so if I'm missing something obvious, my apologies. TY!
Beta Was this translation helpful? Give feedback.
All reactions