Fortune Teller GraalVM Native Image Simple fortune teller application to demo GraalVM native image. Prerequisites: GraalVM installed and configured Running in JVM: mvn package exec:java Generate metadata with agent and build native executable: mvn -Pnative package Run the native executable (Example for windows executable): ./target/fortune.exe GraalVM related documentation: https://www.graalvm.org/latest/reference-manual/native-image/guides/use-reachability-metadata-repository-maven/