Native Image Build Overview

The syntax of the native-image command is:

The options passed to native-image are evaluated from left to right. For an overview of options that can be passed to native-image, see here.

Further Reading

If you are new to GraalVM Native Image or have little experience using it, see the Native Image Basics to better understand some key aspects before going further.

For more tweaks and how to properly configure the native-image tool, see Build Configuration.

Native Image outputs the progress and various statistics when building a native binary. To learn more about the output, and the different build phases, see Build Output.