Description
Java 11 GraalVM applications can be compiled into native executable images for faster startup and deployment scenarios. It is useful for developers building command-line tools, services, or optimized Java applications.
Native-image builds execute project code, process dependencies, and can produce platform-specific binaries. Use trusted projects and test output on target systems.