Building Native Image With Quarkus and GraalVM
In this blog post I will explain how to build native image with Quarkus framework on Windows and Linux. One of the main features of Quarkus framework is support for the native image building. With Native Image feature, we can build self executable Java exe which does not require the JDK to run the program….