Reputation: 227
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
Reputation: 32378
If you have a JRuby project, simply run
rake jar
to see all available tasks:
rake -T
Upvotes: 1