Uses of Class
org.jruby.util.ClassDefiningJRubyClassLoader
Packages that use ClassDefiningJRubyClassLoader
-
Uses of ClassDefiningJRubyClassLoader in org.jruby.internal.runtime.methods
Fields in org.jruby.internal.runtime.methods declared as ClassDefiningJRubyClassLoaderModifier and TypeFieldDescriptionprotected final ClassDefiningJRubyClassLoaderInvocationMethodFactory.classLoaderThe classloader to use for code loading -
Uses of ClassDefiningJRubyClassLoader in org.jruby.util
Subclasses of ClassDefiningJRubyClassLoader in org.jruby.utilModifier and TypeClassDescriptionclassthis 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