| Package | Description | 
|---|---|
| org.jruby.internal.runtime.methods | |
| org.jruby.util | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClassDefiningJRubyClassLoader | InvocationMethodFactory. classLoaderThe classloader to use for code loading | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JRubyClassLoaderthis 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-2015 JRuby. All Rights Reserved.