Creating a gem using Jruby and not Ruby
问题 So I was successful in writing a jruby file and reading from a jar file. I also created a seperate Ruby gem, installed it and used it successfully. I would like to write a gem using Jruby (and not ruby). When I did try to do so and after installing the gem, it gave me the following error: `require': cannot load such file -- java (LoadError) Is there a specific way to write a gem using jruby that is different from the way to write a gem usig ruby? If so, please direct me to a useful tutorial