代码搜索:ClassLoader
找到约 540 项符合「ClassLoader」的源代码
代码结果 540
www.eeworm.com/read/338923/12271569
java script.java
import java.io.*;
import java.util.*;
public class Script
{
public static Vector loadTerritoryData()
{
Vector vector =new Vector();
Hashtable table = null;
ClassLoader cl = new Scr
www.eeworm.com/read/470713/1454539
cc natclassloader.cc
// natClassLoader.cc - Implementation of java.lang.ClassLoader native methods.
/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of libgcj.
This software is cop
www.eeworm.com/read/470693/1466429
cc natclassloader.cc
// natClassLoader.cc - Implementation of java.lang.ClassLoader native methods.
/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of libgcj.
This software is cop
www.eeworm.com/read/464706/1525215
java classloadermanager.java
package org.codehaus.classloader;
import java.io.IOException;
import java.net.URL;
import java.util.Enumeration;
/**
* Implementation of this interface is responsible for managing sibling Cl
www.eeworm.com/read/243359/4529589
properties messages.properties
ERR_RESOURCE_STORAGE_NOT_FOUND_0 =Cannot switch the resource storage. Resource storage "{0}" was not found
ERR_MISSING_CLASSLOADER_RESOURCE_1 =The requested resource "{0}" could not be fo
www.eeworm.com/read/226285/4786042
java fileclassloader.java
import java.io.*;
import java.net.*;
// Class loader for loading bytes codes from a file.
public class FileClassLoader extends ClassLoader {
String path;
public FileClassLoader(String
www.eeworm.com/read/190666/5181326
cc natclassloader.cc
// natClassLoader.cc - Implementation of java.lang.ClassLoader native methods.
/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of libgcj.
This software is cop
www.eeworm.com/read/167133/5469361
java cltestjlock.java
/*
* Test for ClassLoader
*
* This tests that we don't hold the translator lock when calling
* loadClass.
*
* This test depends on CLTestConc_run.java
*
* Written by Godmar Back
www.eeworm.com/read/167133/5469424
java loadertest_loader1.java
public class LoaderTest_Loader1 extends ClassLoader {
public Class findClass(String name) throws ClassNotFoundException {
boolean debug = !name.startsWith("java");
if (debug)
System.out.print(
www.eeworm.com/read/340665/3282958
cc natclassloader.cc
// natClassLoader.cc - Implementation of java.lang.ClassLoader native methods.
/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of libgcj.
This software is cop