简体   繁体   中英

GraalVM installation fails on macOS Big Sur (Apple m1)

I followed the steps found here: https://www.graalvm.org/docs/getting-started/macos/ to install GraalVM on macOS Big Sur, but when I try run java -version I get the following error:

在此处输入图像描述

Is there a way to use GraalVM on Apple M1 or is it not supported yet?

Apparently the pop-up wasn't that accurate, it seems that there's a problem with signing GraalVM (something about untrusted developers)

solved with:

sudo xattr -r -d com.apple.quarantine /Library/Java/JavaVirtualMachines/<path-to-graalvm>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM