Watch GraalVM Turn Your Java Into Binaries
Tutorial: Learn how to build native binaries from a Java application with GraalVM’s native-image tool.
Watch GraalVM Turn Your Java Into Binaries
Tutorial: Learn how to build native binaries from a Java application with GraalVM’s native-image tool.
Dima Fomin
Well… I cannot find any “/jvm” folder in your GIT project
Brian Demers
DOH! that was a typo, it should be “jdk”. I’ll get it fixed!
Thanks for the heads up!
Jakkidi Sai Reddy KILLER
To build a native image as a shared library of a Java class file, pass --shared to the native image D&D builder.