Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 814 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 814 Bytes

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 the Java archive

./bld jar

Create the native application from the Java archive

./bld native-jar

Create the native application from the main class

./bld compile native-class

Launch the application

./hello

Native Image Options

The options documentation can be found at: