Description
Java 25 projects can build native executables with GraalVM Native Image.
This JDK is useful for developers who want faster startup, lower runtime footprint, or deployment without a separate JVM for selected applications. Native-image builds can need extra configuration and testing, especially when reflection, dynamic loading, or external libraries are involved.