简体   繁体   English

GraalVM 在 macOS Big Sur (Apple m1) 上安装失败

[英]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:我按照此处找到的步骤操作: https://www.graalvm.org/docs/getting-started/macos/在 macOS Big Sur 上安装 GraalVM,但是当我尝试运行java -version时,我收到以下错误:

在此处输入图像描述

Is there a way to use GraalVM on Apple M1 or is it not supported yet?有没有办法在 Apple M1 上使用 GraalVM 或者它还不支持?

Apparently the pop-up wasn't that accurate, it seems that there's a problem with signing GraalVM (something about untrusted developers)显然弹出窗口不是那么准确,似乎签署 GraalVM 存在问题(关于不受信任的开发人员的问题)

solved with:解决了:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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