Skip to content

Instantly share code, notes, and snippets.

@weiland
Created March 13, 2015 22:04
Show Gist options
  • Save weiland/3dd76e1916278940a6cd to your computer and use it in GitHub Desktop.
Save weiland/3dd76e1916278940a6cd to your computer and use it in GitHub Desktop.
Mac OS X - RubyMine, WebStorm, IntelliJ Java Version Error

Fixing Webstorm / RubyMine etc

At first, check your java version: java -version.

Open /Applications/{RubyMine,WebStorm}.app/Contents/Info.plist

Look for <key>JVMVersion</key> and change the version to:

<string>1.*</string>

save it!

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment