This is a tip in reference to Yosemite ´s users (10.10). Yosemite erase 1.6 apple jdk and install 1.seven, simply Java´s IDE for instance Intellij or Eclipse needs 1.6, if you haven´t reinstalled this version, your ide will crash at the beginning... subsequently this procedure you can configure your ide with 1.vii version.

Here the link : Apple tree JDK 1.6

asked Oct 18, 2014 at 10:15

5 Answers 5

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

  1. Open Application folder
  2. Choose Jetbrains product you employ
  3. RightClick and cull 'testify packet 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> <cord>1.6*</string>

  7. and change to:

    <key>JVMVersion</central> <cord>ane.7*</cord>

  8. Save and quit,

  9. Enjoy!

answered October xviii, 2014 at x:22

4

  • That worked groovy. Y'all can besides edit the file from the terminal: $ nano "/Applications/IntelliJ Idea 13.app/Contents/Info.plist"

    Oct 21, 2014 at 5:35

  • people over at jetbrain do not recommend using version 1.7 for having several critical bug. In addition the discourage to modify Info.plist every bit it will prevent future updates. I'll better become for installing jdk ane.vi

    Oct 22, 2014 at 9:twoscore

  • Per @Deoxyseia 's argument, yes it works with 1.8 as well but you must apply <string>ane.8*</string>.

    Nov 15, 2014 at 19:x

  • information technology doesnt work. Updated to 1.8.45 and updated the JVMVersion and even so webstorm doesnt showtime.

    May 21, 2015 at 8:42

answered Nov 25, 2014 at 20:25

5

  • Java 6 is deprecated on all recent Os X versions. Using it makes your Mac vulnerable to well known security bug. Neither Apple nor Oracle are providing security updates for Java 6 on Os Ten.

    Dec ix, 2014 at 22:27

  • Unfortunately, those of us who need to employ this software for our livelihood do not have much choice until JetBrains updates their software.

    Dec x, 2014 at 13:33

  • Somehow it is a very difficult situation, because in many larger companies IT security policies disalow the usage of ancient Java half-dozen runtimes. Oracle sells nevertheless quarterly updated security patched Coffee-half dozen versions, simply AFAIK Apple is non deploying these security patches to Mac users. At the end of the solar day a crashing IDE is better as a hacked Mac. :-(

    Dec xi, 2014 at sixteen:22

  • @JoergRuethschilling, could you transport me a link to where I may purchase a security-patched Java-6 version that will be what need on my Mac? That would exist the best solution to this question'southward trouble anyway.

    Dec 11, 2014 at 17:29

  • This did not work for me. I've run the JRE vi installer to no avail. PyCharm simply reports "The application PyCharm is not open anymore."

    January 31, 2015 at 14:26

answered Oct 20, 2014 at xiii:06

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

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

No more issues with java...

answered Jul eight, 2015 at 20:35

Reinstalling libpng helped me afterwards 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

answered October 26, 2016 at xix:45

Not the answer you're looking for? Browse other questions tagged or ask your ain question.