代码搜索:ClassLoader
找到约 540 项符合「ClassLoader」的源代码
代码结果 540
www.eeworm.com/read/304657/3793446
java arrayclassloader.java
package gnu.bytecodecvssnap;
import java.util.Hashtable;
/** Load classes from a set of byte arrays.
* @author Per Bothner
*/
public class ArrayClassLoader extends ClassLoader
{
Hashtable map =
www.eeworm.com/read/277826/4149875
cs defaultclassloader.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Delegation.ClassLoader.Impl
{
public class DefaultClassLoader : IClassLoader
{
private static
www.eeworm.com/read/447272/1706541
cs defaultclassloader.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Delegation.ClassLoader.Impl
{
public class DefaultClassLoader : IClassLoader
{
private static
www.eeworm.com/read/440906/1784639
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/382187/2638962
java decoratinglauncher.java
package covertjava.classloader;
import java.lang.reflect.Method;
/**
* Loads a class using the DecoratingClassLoader and invokes class's main() method
* Copyright: Copyright (c) 2004
www.eeworm.com/read/362572/2930988
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/362572/2931054
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/470713/1454495
java noclassdeffounderror.java
/* NoClassDefFoundError.java -- thrown when a ClassLoader cannot find a class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/470693/1466385
java noclassdeffounderror.java
/* NoClassDefFoundError.java -- thrown when a ClassLoader cannot find a class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath
www.eeworm.com/read/233448/4687948
exp loader.exp
# Tests for ClassLoader and native library loader code.
# Compute the correct name for an object file.
# This is an awful hack.
proc gcj_object_file_name {compiler base} {
verbose "OBJECT: compiler