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 a Java archive
./bld jar
Create the native application
./bld native-exec
Combine the commands
./bld compile jar native-exec
Launch the application
./hello