Must have created it using the following command:
mn create-app sample-app-graalvm --build maven --features graalvm
- create a maven package
mvn clean package
- Install graalvm
sdk install java 20.1.0.r8-grl
sdk use java 20.1.0.r8-grl
gu install native-image
- Create the navite executable
native-image --no-server -cp target/sample-app-graalvm-0.1.jar
- Run the executable
./sample-app-graalvm