开发者

Unable to load jars in a Rails app on Glassfish

开发者 https://www.devze.com 2022-12-09 14:55 出处:网络
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 expli开发者_如何

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 expli开发者_如何学Ccitly with jruby -I, but no luck. Any tips? Thanks a bunch


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

0

精彩评论

暂无评论...
验证码 换一张
取 消