Watch GraalVM Turn Your Java Into Binaries

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 :thinking:

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.