In java you can do something like this, to include all packages under java namespace.
import java.*;
At https://github.com/jruby/jruby/wiki/CallingJavaFromJRuby
They suggest using include_package
or import
. I also tried java_package
and java_import
. Is there a way to import like this or do you just require the pacakges that you need.
require 'java'
module JavaUtil
include_package "java.util"
end
JavaUtil::Date.new
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With