Description
Java 8 GraalVM applications can be compiled into native executable images for legacy Java projects that still need native-image output. It is useful when older runtime compatibility matters.
Native-image builds execute project code, process dependencies, and can produce platform-specific binaries. Use trusted projects and test output carefully on target systems.