Create native image using GraalVM - equinor/neqsim GitHub Wiki

A native executable or a native shared library can be created using the GraalVM. See: https://www.graalvm.org/reference-manual/native-image/

Create a native executable

Run command:

native-image -jar jarfile neqsim-X.X.X.jar

Create a native shared library

Run command:

native-image -jar jarfile neqsim-X.X.X.jar --shared