JRuby Error in Windows 7

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?

+3
source share
1 answer

perhaps this is due to http://jira.codehaus.org/browse/JRUBY-6696 (inability to work with 64-bit jdk)

0
source

All Articles