You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove "-XX:+UseJVMCICompiler" in the "sbt" file if you use JDK 17.
It might looks like this:
echo "$default_jvm_opts_common -XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler"
==> echo "$default_jvm_opts_common -XX:+UnlockExperimentalVMOptions"
Hi All,
I installed graalvm and added to my .bashrc in Debian, like this:
JAVA_HOME=/usr/lib/jvm/default-java
java -version
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment (build 17.0.9+9-Debian-1deb12u1)
OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-1deb12u1, mixed mode, sharing)
GRAALVM_HOME=/opt/graalvm
when I try to start sbt:
./sbt
Cannot use JVMCI compiler: No JVMCI compiler found
So I use openjdk and seems every path are ok, how can I compile cmak?
thx,
Zamek
The text was updated successfully, but these errors were encountered: