How can I deploy jruby console app?

I have a jruby script which require some gems.
It’s can run on my development machine.
I try jrubyc but it’s output a class which cannot run on deployment
machine.

Look like it’s can’t find jruby. And it is on that machine I can’t
install it.

Could any of you know how to make a jar which contain everything it’s
need to deploy on non-jruby machine ? like warbler to deploy rails app.

Pinit A.