Reputation: 2219
I'm running Mac OS X 10.7.4, and I just installed java 1.7.
If I run java -version from command line, I get:
java version "1.7.0_09"
But I'm trying to install RubyMine, and I get the following message:
To open "RubyMine" you need a Java runtime. Would you like to install one now?
If I click Install when this message pops up then it complains and says
The software is currently unavailable
Any idea what's going on here?
Upvotes: 2
Views: 1031
Reputation: 402025
RubyMine requires Apple Java 1.6 to run, it will not work on JDK 1.7. You need to install Java 1.6 from Apple.
If install doesn't work, check this.
Upvotes: 3