GraalVM Native Executable Example for bld
https://github.com/rife2/graalvm-native-bld-example
.idea | ||
.vscode | ||
lib/bld | ||
src | ||
.gitignore | ||
bld | ||
bld.bat | ||
README.md |
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: