I have 2 file in folder: ~/hello.rb and ~/help.rb. hello.rb requires help.rb.
I have compiled them into ~/build/ folder with:
jrubyc -t build/ .
When i run hello.rb with jruby, jruby searches for help.class in ~/, but I want to tell it to look in ~/build/ folder. How can I do it?