• Use your favorite Java IDE and development tools, and then compile your application ahead-of-time into an executable with GraalVM Native Image.
  • You can also use an archive URL to download a specific version of GraalVM. (Append .sha256 to the URL to download its corresponding checksum.)
  • This quick reference is a one-page short summary of what GraalVM can do and the key options and commands to illustrate its capabilities.
  • GraalVM is a high performance JDK that speeds up the performance of Java and JVM-based applications and simplifies the building and running of Java cloud...
  • GraalVM Native Image compiles your application ahead of time into a standalone native binary that starts instantly, scales fast, and uses fewer compute resources.
  • GraalVM GraalVM Native Image is an ahead-of-time compilation technology that generates native platform executables.
  • GraalVM is a Java Development Kit (JDK) written in Java. The open-source distribution of GraalVM is based on OpenJDK, and the enterprise distribution is based on Oracle JDK.
  • GraalVM Native Image allows you to ahead-of-time compile Java code to a standalone executable, called a native image.
  • Both editions are designed to work for Windows, Linux and macOS platforms and on x86 64-bit systems. GraalVM is based on either JDK 8 or 11.
  • Currently, Ktor Server applications that want to leverage GraalVM have to use CIO as the application engine. Prepare for GraalVM.