RubyMineが起動できない
原因
RubyMineはデフォルトでJava6を必要してるらしんですが、それがないので起動できないということでした。次に2つの解決方法について書きます。解決策についてどちらの方がベターなのかは分かりません。どちらが良いのか分かる方がいたら教えてください。
解決策(1)
AppleがリリースしているJava6仕様に基づいたJVMをダウンロードする。
解決策(2)
/Applications/RubyMine.app/Contents/Info.plist
を以下のように編集する:
<key>JVMVersion</key>
<string>1.6*</string>
↓
<key>JVMVersion</key>
<string>1.7*</string>
参照サイト
Author And Source
この問題について(RubyMineが起動できない), 我々は、より多くの情報をここで見つけました https://qiita.com/unbabel/items/dc6aaccbfc692d9e9def著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .