From: Ronald Fischer Date: 2007-05-14T17:43:03+09:00 Subject: Re: Any JRUBY programmers out there? Problems specifying RUBYLIB with jruby. > Ok, what you should do here is not use RUBYLIB at all. JRuby does > understand RUBYLIB, but it won't do what you expect. Instead, > use the -I > parameter to JRuby: > > jruby -I lib MYPROGRAM.rb > > This will work just fine on both Win32 and Cygwin. Thank you very much. Ronald