GraalVM Native Executable Example for bld https://github.com/rife2/graalvm-native-bld-example
Find a file
2024-04-04 10:39:36 -07:00
.idea Initial commit 2024-04-04 09:42:06 -07:00
.vscode Initial commit 2024-04-04 09:42:06 -07:00
lib/bld Initial commit 2024-04-04 09:42:06 -07:00
src Added references to the Native Image options 2024-04-04 10:39:36 -07:00
.gitignore Initial commit 2024-04-04 09:42:06 -07:00
bld Initial commit 2024-04-04 09:42:06 -07:00
bld.bat Initial commit 2024-04-04 09:42:06 -07:00
README.md Added references to the Native Image options 2024-04-04 10:39:36 -07:00

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: