Skip to content

Instantly share code, notes, and snippets.

@romantomjak
Last active August 29, 2015 14:23
Show Gist options
  • Save romantomjak/a658a379b6a80750c95a to your computer and use it in GitHub Desktop.
Save romantomjak/a658a379b6a80750c95a to your computer and use it in GitHub Desktop.
How to properly run PhpStorm with JAVA8 on OSX

First, create PhpStorm's configuration folder

mkdir -p ~/Library/Preferences/WebIde80/

Then copy current configuration

cp /Applications/PhpStorm.app/Contents/bin/idea.properties ~/Library/Preferences/WebIde80/

And lastly, open the file and replace JVMVersion=1.6* to JVMVersion=1.8*

vim ~/Library/Preferences/WebIde80/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment