On Wed, Aug 20, 2008 at 10:22 AM, Axel Etzold <AEtzold / gmx.de> wrote:
>
>> > Is there something special that one has to do in JRuby to find gems ?
>>
>> PATH doesn't have any effect on gems, but GEM_HOME and GEM_PATH do. Do
>> you by chance have either of those set in your environment?
>>
>> /Nick
>
> Dear Nick,
>
> thank you for responding. Actually, I didn't set GEM_HOME or GEM_PATH.
> Before I do, can you tell me whether setting these for JRuby gems will interfere
> with gems for MRI ?
> The profligacy gem is the first jruby gem I have installed, but I have quite
> a few MRI gems installed, which could be found without problems so far.

That's good. I recommend to leave them unset -- I was asking just in
case that was getting in the way of success.

How are you launching your program?

/Nick