With GraalVM you can compile Java bytecode into a platform-specific, self-contained, native executable to achieve faster startup and smaller footprint for your application.
The Native Image functionality is not available by default, but can be easily installed with the GraalVM Updater tool:
gu install native-image
Comments
Post a Comment