How best to package rubygems in addition to jruby-complete.jar?
As developing an Java application bundled with 'jruby-complete.jar', it is desired not to put required rubygems localally, but instead packaged it along with the a开发者_如何学Cpplication. Obviously we don't want to touch 'jruby-complete.jar'. What's the better way of packaging these rubygems?
I think there's an answer for you in this post:
Gems-in-a-jar
Obviously we don't want to touch 'jruby-complete.jar'.
I'm curious... Why not?
精彩评论