Require 'java'

I noticed that one can do either
include Java

or
require ‘java’

is one preferable to the other?

Also is there a way on the command line, when you start jruby, to
specify a classpath?

Thanks.

-r