graalvm-native-bld-example/README.md

676 B

GraalVM Native Executable Example for bld

Be sure to have the GraalVM native-image utility in your path, or set its location in the build file.

Compile the application

./bld compile

Create a Java archive

./bld jar

Create the native application

./bld native-exec

Combine the commands

./bld compile jar native-exec

Launch the application

./hello

Native Image Options

The options documentation can be found at: