简体   繁体   English

Intellij Idea 8.1.x是否可以在Mac OSX 10.6上安装并运行?

[英]Does Intellij Idea 8.1.x install and run on Mac OSX 10.6?

Does Intellij Idea 8.1.x install and run on Mac OSX 10.6 (snow-leopard)? Intellij Idea 8.1.x是否可以在Mac OSX 10.6(雪豹)上安装并运行?

Are there any special steps needed to get it to work? 要使其正常工作,是否需要采取任何特殊步骤?

Yes, we've verified that it works fine on the Snow Leopard. 是的,我们已验证它在Snow Leopard上可以正常使用。 The new version of Java 1.6 fixes the known problems with menus and crashes which affected IDEA on the previous version after Java Update 4 (promised to be fixed in Java Update 5). 新版本的Java 1.6修复了已知的菜单问题和崩溃问题,这些问题影响了Java Update 4之后的旧版本上的IDEA(可能已在Java Update 5中修复)。

There is no JDK 1.5 on Snow Leopard, so IDEA will use JDK 1.6 despite of the settings in the Info.plist file. Snow Leopard上没有JDK 1.5,因此,尽管Info.plist文件中进行了设置,IDEA仍将使用JDK 1.6。

If you'll have any problems, it's recommended to replace the Java application stub with the new version: 如果有任何问题,建议将Java应用程序存根替换为新版本:

overwrite /IntelliJ IDEA.app/Contents/MacOS/idea with /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub . 使用/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub覆盖/ IntelliJ IDEA.app/Contents/MacOS/idea

The new application stub will be bundled with the next IDEA builds. 新的应用程序存根将与下一个IDEA版本捆绑在一起。 Note that with the old stub IDEA will run under 32-bit JVM, while with the new stub it will run under 64-bit JVM. 请注意,使用旧存根的IDEA将在32位JVM下运行,而使用新存根的IDEA将在64位JVM下运行。

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

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