From: Guillermo.Acilu@... Date: 2008-07-25T01:07:40+09:00 Subject: error running .class generated by jrubyc --=_alternative 00590925C1257490_= Content-Type: text/plain; charset="US-ASCII" Hello guys, I have a ruby script that runs perfect from the command line using jruby. So I tried to compile it with jrubyc and the .class is now generated. Then I proceed to run it with java -cp .:/pathto/jruby.jar classname and I receive the following error: Exception in thread "main" search.rb:2:in `require': no such file to load -- rubygems (LoadError) from search.rb:2 ...internal jruby stack elided... What am I missing? Thanks, Guillermo Acilu --=_alternative 00590925C1257490_=--