I installed JRuby on my computer (Windows 7). After that, when I check the version of JRuby to confirm that JRuby is installed correctly, I get the following error message
c: \ jruby-1.6.7.2 \ bin> jruby -v
Cannot find the Java installation specified by JAVA_HOME: C: \ Program Files \ Java \ jdk1.6.0; C: \ Program Files \ Java \ jdk1.5.0_15
Why am I receiving this message?
source
share