JinPangPang
JinPangPang

Reputation: 227

Packaging JRuby binaries into executable jar

Have downloaded the Jruby binaries on windows, installed the necessary gems i needed. How then do I re-package the whole Jruby binaries into an executable jar ? thanks.

Upvotes: 0

Views: 23

Answers (1)

Tombart
Tombart

Reputation: 32378

If you have a JRuby project, simply run

rake jar

to see all available tasks:

rake -T

Upvotes: 1

Related Questions