Watch GraalVM Turn Your Java Into Binaries
Tutorial: Learn how to build native binaries from a Java application with GraalVM's native-image tool.
There has been much buzz about GraalVM and what it means for the Java world. GraalVM is a Java distribution from Oracle that adds a bunch of features, most notably a new JIT compiler, polyglot capabilities, an LLVM runtime… and the ability to turn your Java application into a native binary.