I got the latest source code. I added the jruby-1.7.2/bin subdirectory path to $PATH.
Now when i run
$jirb
or
$jruby -v
I get the error: “The Java class is not found: org.jruby.Main
My Java version is 1.4.2
What am i missing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.oracle.com/technetwork/java/javase/index-jsp-138567.html => you should consider upgrading Java
JRuby 1.7+ only supports Java 6+ (see here : http://www.jruby.org/2012/10/22/jruby-1-7-0.html)