Idea 13 Ultimate,Idea CE 13,OSX 10.9.3
昨天我的Idea13U的所有东西都还可以,但现在我收到了一个错误。在此问题出现之前,我没有安装任何更新,程序,也不更改操作系统的任何参数。 (理念13 CE正常工作)
...$ open -a /Applications/IntelliJ\ IDEA\ 13.app/
LSOpenURLsWithRole() failed for the application /Applications/IntelliJ IDEA 13.app with error -10810.
谷歌搜索后我尝试了一些建议,但它没有效果。
我也可以下载Idea13社区版,它可以正常使用相同的设置。
' java_home -V的结果显示' :
Matching Java Virtual Machines (4):
1.7.0_60, x86_64: "Java SE 7" /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home
1.7.0_25, x86_64: "Java SE 7" /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home
1.6.0_65-b14-466.1, x86_64: "Java SE 6" /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
1.6.0_65-b14-466.1, i386: "Java SE 6" /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
请帮助我,我无法工作! :((
答案 0 :(得分:1)
出现以下错误:
/Applications/IntelliJ IDEA 14 CE.app/Contents/bin/inspect.sh
e2015-03-18 21:02:24.425 idea[962:382297] No matching VM found.
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed while getting Resource/Java directory
[LaunchRunner Error] No main class specified
[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
Exception in thread "main" java.lang.NullPointerException
at apple.launcher.LaunchRunner.run(LaunchRunner.java:113)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51)
at apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
请记住正确设置.bash_profile中的JAVA_HOME变量:
export JAVA_HOME= /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home
下载Regular Oracle JAVA JDK后
如果这不起作用 - 请下载 Java for OS X 2014-001 来自here
您还可以编辑该文件: / Applications / IntelliJ IDEA 14 CE.app/Contents/Info.plist
并将1.6更改为 1.8
答案 1 :(得分:0)
删除所有配置文件后,程序工作正常,如this page中所述。