Search code examples
jruby

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.


Solution

  • If you have a JRuby project, simply run

    rake jar
    

    to see all available tasks:

    rake -T