Skip to content

Instantly share code, notes, and snippets.

@steshaw
Created July 9, 2014 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steshaw/1edefe6d073126398ca0 to your computer and use it in GitHub Desktop.
Save steshaw/1edefe6d073126398ca0 to your computer and use it in GitHub Desktop.
$ brew cask install intellij-idea
$ plist='/opt/homebrew-cask/Caskroom/intellij-idea/13.1.3/IntelliJ IDEA 13.app/Contents/Info.plist'
$ /usr/libexec/PlistBuddy -c 'Print :JVMOptions:JVMVersion' "${plist}"
1.6*
$ /usr/libexec/PlistBuddy -c 'Set :JVMOptions:JVMVersion 1.8*' "${plist}"
$ /usr/libexec/PlistBuddy -c 'Print :JVMOptions:JVMVersion' "${plist}"
1.8*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment