Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Conversion corrections

...

The language identification would be: "javax.script:jruby"
and you would call the script engine using:

Code Block

 ScriptEngine jruby = new ScriptEngineManager().getEngineByName("jruby");