Description
Java 17 GraalVM applications can be compiled into native executable images for faster startup and deployment scenarios. It is useful for developers targeting modern Java runtimes with native-image workflows.
Native-image builds execute project code, process dependencies, and can produce platform-specific binaries. Use trusted projects and test output on target systems.