Compiling a Java program to native code using GraalVM, from the ground up

from blog Kevin Boone's website, | ↗ original
The GraalVM 'Native Image' plugin has the capability to compile to stand-alone binaries languages like Java that are normally compiled on the fly. This article describes step-by-step how to install GraalVM and the plug-in, and use it on some simple Java examples.