views:

72

answers:

1

Hi all,

I have a Rails app that I'm trying to deploy onto Glassfish using the Glassfish gem, but it's unable to load the jar files I've written. I've tried passing the jars' path to jruby explicitly with jruby -I, but no luck. Any tips? Thanks a bunch

+1  A: 

I think if you put your jars in the lib directory of your jruby install they'll automatically be picked up in your classpath.

Adam Kittelson