webstorm - RubyMine fails to start on Yosemite -
Dosommine will not start under Yosemite, no loading screen, no error message.
It looks like
edit also affects webstream
This solution is controversial - please read this before applying the changes!
Open this file
Check the version of Java, using the most likely 1.8, java -version
, you should look something like this: Java version "1.8.0_20" Java (TM) SE Runtime Environment (Build 1.8.0_20-B-26) Java HotSpot (TM) 64-bit server VM (25.20-B23, Create Mixed Mode)
Open and Edit
or for webstream
/ application / webstorm.ap / content / information. Update the following key & lt; Key & gt; JVMVersion & lt; / Key & gt; & Lt; String & gt; 1.7 * & lt; / String & gt;
to
& lt; Key & gt; JVMVersion & lt; / Key & gt; & Lt; String & gt; 1.8 * & lt; / String & gt;
RubyMine will now be good to go
Feedback on this solution
JetBrains do not recommend this solution because it's automatic This agreement was acceptable to me because I wanted to run quickly and wanted to save Java 1.6 from being installed.
Comments
Post a Comment