Intellij Gradle GraalVM NativeCompile Trick
In previous post , we set java_home on mac. Now let’s compile graalVM native image but that gives no java launcher error.…
In previous post , we set java_home on mac. Now let’s compile graalVM native image but that gives no java launcher error.…
Nothing fancy , but on macOS /usr/libexec/java_home gives you default jdk and you can export JAVA_HOME by export JAVA_HOME=$(/usr/libexec/java_home) https://mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/