views:

76

answers:

1

I'm looking to replace MRI with JRuby for some scripts. Would it be enough to provide an ant buildfile and the JRuby jar for them? Would something else be needed ( beside the JDK of course )?

EDIT: when I'm saying "the JRuby jar", I'm meaning jruby-complete.jar.

+1  A: 

Besides the JDK ( and the gems required by the application ) nothing else is required. JRuby complete has everything one needs.

Geo