-
-
Save kevwil/8422766 to your computer and use it in GitHub Desktop.
Java problems on OSX Mavericks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
§ /Applications/IntelliJ\ IDEA\ 13\ CE.app/Contents/MacOS/idea_appLauncher | |
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file | |
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed while getting Resource/Java directory | |
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bundle/Libraries/libserver.dylib | |
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bundle/Libraries/libserver.dylib | |
JavaVM FATAL: Failed to load the jvm library. | |
[JavaAppLauncher Error] JNI_CreateJavaVM() failed, error: -1 | |
✗ /Applications/IntelliJ\ IDEA\ 13\ CE.app/Contents/MacOS/idea | |
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file | |
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed while getting Resource/Java directory | |
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bundle/Libraries/libserver.dylib | |
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bundle/Libraries/libserver.dylib | |
JavaVM FATAL: Failed to load the jvm library. | |
[JavaAppLauncher Error] JNI_CreateJavaVM() failed, error: -1 |
I resolved this problem in https://intellij-support.jetbrains.com/entries/23455956-Selecting-the-JDK-version-the-IDE-will-run-under.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
any solution?