Hi,
I am using JRuby 1.0.1 with BSF 3.0-beta2 and it works fine. Due to this bug reported on JRuby [1] I want to upgrade my JRuby version. I tried this but it failed with the following exception. Are there any plans to upgrade the supported JRuby version?
org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;I)Lorg/jruby/ast/Node;
at
com.sun.script.jruby.JRubyScriptEngine.compileScript(JRubyScriptEngine.java:197)
at
com.sun.script.jruby.JRubyScriptEngine.eval(JRubyScriptEngine.java:137)
at
javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:89)
[1]
http://jira.codehaus.org/browse/JRUBY-249Thanks,
Keith.