xiaozhuaia 发表于 2015-4-15 08:44:51

OS X 升级 Yosemite 后,Intellij IDEA 与 VirtualBox 启动失败

报错:



Dyld Error Message:
Symbol not found: _CGContextSetAllowsAcceleration
Referenced from: /Library/Java/JavaVirtualMachines/1.6.0_51-b11-457.jdk/Contents/Libraries/libawt.jnilib
Expected in: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
修复:
  将/Applications/IntelliJ IDEA 13.app/Contents/Info.plist文件中的JVMVersion从1.6改为1.7

参考:
  http://stackoverflow.com/questions/26433495/intellij-not-starting-after-os-x-yosemite-update
页: [1]
查看完整版本: OS X 升级 Yosemite 后,Intellij IDEA 与 VirtualBox 启动失败