Crash Jetbrains ide with Yosemite Mac osX (Webstorm, intellij)
It’s easy to change Jetbrains’ products to use jdk1.7:
- Open Application folder
- Choose Jetbrains product you use
- RightClick and choose ‘show package content’ <- I dont know how exactly it is in english version of OS
- Choose Contents
- Double Click
Info.plist
-
Find:
<key>JVMVersion</key>
<string>1.6*</string> -
and change to:
<key>JVMVersion</key>
<string>1.7*</string> -
Save and quit,
- Enjoy!
Read more here: Source link