LoginSignup
1
1

More than 5 years have passed since last update.

OSX YosemiteでPhpStormを起動させる方法

Last updated at Posted at 2014-10-19

追記:JDK 1.6をダウンロードして起動させることを推奨とのこと。
https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Yosemite-or-Mavericks

こちらに記載されている方法で起動させることができました。
https://laracasts.com/discuss/channels/general-discussion/phpstorm-does-not-work-in-yosemite-help/replies/10750

エディタで/Applications/PhpStorm.app/Contents/Info.plistを編集します。
JVMVersionを1.6*から1.*に書き換えて保存。
無事起動できるようになります。

/Applications/PhpStorm.app/Contents/Info.plist
      <key>JVMVersion</key>
      <string>1.*</string>
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1