Crash Jetbrains ide with Yosemite Mac osX (Webstorm, intellij)

寵の児 提交于 2019-12-20 12:32:08

问题


This is a tip in reference to Yosemite ´s users (10.10). Yosemite erase 1.6 apple jdk and install 1.7, but JAVA´s IDE for example Intellij or Eclipse needs 1.6, if you haven´t reinstalled this version, your ide will crash at the beginning... after this process you can configure your ide with 1.7 version.

Here the link : Apple JDK 1.6


回答1:


Please do not edit your Info.plist file as it will break the application digital signature and prevent the patch updates.

I was able to get phpStorm working properly again on my Mac ( Yosemite ) by installing this apple support package: Java for OS X 2014-001Java

This package installs the same version of Java 6 included in Java for OS X 2013-005 which apparently plays nice with JetBrains.

Hope this helps.




回答2:


It's easy to change Jetbrains' products to use jdk1.7:

  1. Open Application folder
  2. Choose Jetbrains product you use
  3. RightClick and choose 'show package content' <- I dont know how exactly it is in english version of OS
  4. Choose Contents
  5. Double Click Info.plist
  6. Find:

    <key>JVMVersion</key> <string>1.6*</string>

  7. and change to:

    <key>JVMVersion</key> <string>1.7*</string>

  8. Save and quit,

  9. Enjoy!



回答3:


Apple 1.6 is still required to run JetBrains IDEs. There should be a window with the suggestion to install Java when you start the product for the first time, but it could be hidden by other application windows. See https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Yosemite-or-Mavericks




回答4:


Since today, PHPStorm 9 comes with a special Yosemite version including JDK 1.8.

This alternative PhpStorm 9 distribution bundles JDK 1.8 customized by the JetBrains team for better performance. Please note this non-default option may contain some issues.

No more issues with java...




回答5:


Reinstalling libpng helped me after hours of tries and checking all possible causes:

brew uninstall --force libpng
brew install libpng

Tested on Mac OS X Sierra (10.12.1) with WebStorm 2016.2



来源:https://stackoverflow.com/questions/26438628/crash-jetbrains-ide-with-yosemite-mac-osx-webstorm-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!