Skip to content

Instantly share code, notes, and snippets.

@vnys
Created November 12, 2014 08:38
Show Gist options
  • Save vnys/49d752371b68b76ec12d to your computer and use it in GitHub Desktop.
Save vnys/49d752371b68b76ec12d to your computer and use it in GitHub Desktop.
IntelliJ on OS X

To force running under JDK 1.7 edit /Applications/.app/Contents/Info.plist file, change JVMVersion from 1.6* to 1.7* :

<key>JVMVersion</key>
<string>1.7*</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment