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

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!

Read more here: Source link