Package | Description |
---|---|
org.jruby.internal.runtime.methods | |
org.jruby.util |
Modifier and Type | Field and Description |
---|---|
protected ClassDefiningJRubyClassLoader |
InvocationMethodFactory.classLoader
The classloader to use for code loading
|
Modifier and Type | Class and Description |
---|---|
class |
JRubyClassLoader
this classloader will be populated dynamically in the following ways:
JRuby.runtime.jruby_class_loader.add_url( java.net.URL.new( "file:my.jar" )
$CLASSPATH << 'path/to/class/or/resources'
require 'some.jar'
load 'some.jar'
so it is the classloader for ALL the jars used by gems. |
class |
SelfFirstJRubyClassLoader |
Copyright © 2001-2018 JRuby. All Rights Reserved.