代码搜索:ClassLoader
找到约 540 项符合「ClassLoader」的源代码
代码结果 540
www.eeworm.com/read/419049/2081330
java javawrapper.java
package de.fub.bytecode.util;
import java.lang.reflect.*;
/**
* Java interpreter replacement, i.e., wrapper that uses its own ClassLoader
* to modify/generate classes as they're requested. You can
www.eeworm.com/read/402296/2326028
js devasearch.js
var u = new Array();
u[0] = "../article-01.html|java.lang.ClassFormatError ...|... When running applet in browser using Sun JVM, ClassFormatError is thrown by the ClassLoader|3|";
u[1] = "../article-0
www.eeworm.com/read/117364/6104306
java myurl.java
import java.net.*;
import java.lang.reflect.*;
public class MyURL{
static public void main( String args[] ) throws Exception {
URL myurl[] = {
new URL("file:///C:/CH3/ClassLoader/we
www.eeworm.com/read/470713/1453551
exp loader.exp
# Tests for ClassLoader and native library loader code.
# Do all the work for a single JNI test. Return 0 on failure.
proc gcj_loader_test_one {srcfile} {
global objdir srcdir subdir
set resfil
www.eeworm.com/read/470693/1465441
exp loader.exp
# Tests for ClassLoader and native library loader code.
# Do all the work for a single JNI test. Return 0 on failure.
proc gcj_loader_test_one {srcfile} {
global objdir srcdir subdir
set resfil
www.eeworm.com/read/464706/1525209
java util.java
package org.codehaus.classloader;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
class Util {
public static URL toURL(File file){
try{
return f
www.eeworm.com/read/464706/1525217
java abstracttreeclassloadermanager.java
package org.codehaus.classloader;
import java.io.IOException;
import java.net.URL;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* T
www.eeworm.com/read/189285/5201731
java compositeclassloader.java
package com.thoughtworks.xstream.core.util;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
/**
* ClassLoader that is composed of other c
www.eeworm.com/read/167911/5450858
java myurl.java
import java.net.*;
import java.lang.reflect.*;
public class MyURL{
static public void main( String args[] ) throws Exception {
URL myurl[] = {
new URL("file:///C:/CH3/ClassLoader/we
www.eeworm.com/read/340665/3281970
exp loader.exp
# Tests for ClassLoader and native library loader code.
# Do all the work for a single JNI test. Return 0 on failure.
proc gcj_loader_test_one {srcfile} {
global objdir srcdir subdir
set resfil