Skip to content

rife2/graalvm-native-bld-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: