Geo
Geo

Reputation: 96957

Question about deploying a JRuby script

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.

Upvotes: 1

Views: 113

Answers (1)

Geo
Geo

Reputation: 96957

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

Upvotes: 1

Related Questions