您的位置:首页 > 编程语言 > Java开发

Mac OS 10.9安装JDK1.7 无法启动IDEA 和Eclipse,提示安装JRE6

2014-08-26 19:52 525 查看


IntelliJ IDEA 13 EAP 132.325 and Retina support in JDK 7

Good news, everyone!

With the latest IntelliJ IDEA 13 EAP build the
IDE is almost compatible with Java 7 on Retina devices. That means you can safely switch from Apple JDK 1.6 to Oracle JDK 1.7 on your Macs. The latest build of JDK 7 (1.7.0_40) has many fixes for Retina devices, better fonts rendering, AWT subsystem and more.
To switch to Oracle JDK 7 on Mac you need to download and install the latest
JDK After that you need to edit /Applications/IntelliJ IDEA XXX.app/Contents/Info.plist file.
Then change JVMVersion from 1.6* to 1.7*

以上取自Intellij IDEA 官网,设置完后 保存生效
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐