java之无法在Mac上安装Eclipse- “Failed to create the Java Virtual Machine”
不点
阅读:9
2024-08-05 10:48:10
评论:0
我正在尝试安装Eclipse,但是无法启动安装程序。它失败了
"Failed to create the Java Virtual Machine"
我该如何解决?
注意:我在Mac上。
请您参考如下方法:
编辑文件/Applications/Eclipse.app/Contents/Info.plist
有关于使用特定JVM的注释:
<key>Eclipse</key>
<array>
<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,
or add a VM found via $/usr/libexec/java_home -V -->
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/jdk8u192-b12/Contents/Home/jre/</string>
<string>-keyring</string>
<string>~/.eclipse_keyring</string>
</array>
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。