KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > ClassNotFoundException > Top Examples

  • org.jboss.mx.loading.RepositoryClassLoader
    A RepositoryClassLoader. @author <a HREF="adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.3.4.3 $
  • org.apache.catalina.loader.WebappClassLoader
    Specialized web application class loader. <p> This class loader is a full reimplementation of the <code>URLClassLoader</code> from the JDK. It is desinged to be fully compatible with a normal <code>URLClassLoader</code>, although its internal behavior may be completel ...
  • org.objectweb.proactive.core.group.ProActiveGroup
    This class provides static methods to manage objects representing a Group (<b>typed group</b>).<br><br> The ProActiveGroup class provides a set of static services through static method calls. It is the main entry point for users of ProActive Group Communication as they wil ...
  • org.jpublish.SiteContext
    This class contains configuration information for a particular site. Pages are loaded and actions are executed within the context of the site and have access to all of the methods within this class. <p> Instances of the SiteContext class will also reload themselves automatically when the un ...
  • org.apache.axis.utils.ClassUtils
    Utility methods for Class Loading. @author Davanum Srinvas (dims@yahoo.com) @author Matthew Pocock (matthew_pocock@yahoo.co.uk)
  • com.lutris.classloader.MultiClassLoader
    <P><B>Summary:</B> <P>A class loader that can load classes from class files and zip files residing in a specified class path. <P>This class loader can also load resources that reside on the class path and return them as is, as input streams, or as byte arrays. <P ...
  • org.jboss.mx.loading.UnifiedLoaderRepository3
    A repository of class loaders that form a flat namespace of classes and resources. This version uses UnifiedClassLoader3 instances. Class and resource loading is synchronized by the acquiring the monitor to the associated repository structure monitor. See the variable javadoc comments for what moni ...
  • org.objectweb.proactive.core.mop.MOPClassLoader
  • org.jboss.verifier.strategy.EJBVerifier21
    EJB 2.1 bean verifier. @author <a HREF="mailto:christoph.jung@infor.de">Christoph G. Jung</a> @author Thomas.Diesler@jboss.org @version $Revision: 1.3.4.1 $ @since 02.12.2003
  • org.jboss.util.Classes
    A collection of <code>Class</code> utilities. @version <tt>$Revision: 1.7 $</tt> @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a> @author Scott.Stark@jboss.org
  • org.jboss.iiop.rmi.marshal.CDRStream
    Utility class with static methods to: <ul> <li>get the <code>CDRStreamReader</code> for a given class</li> <li>get the <code>CDRStreamWriter</code> for a given class</li> </ul> The <code>CDRStreamReader</code>s and <code&g ...
  • org.jboss.test.classloader.test.UnifiedLoaderUnitTestCase
    Unit tests for the org.jboss.mx.loading.UnifiedLoaderRepository @author Scott.Stark@jboss.org @version $Revision: 1.5 $
  • com.opensymphony.webwork.portlet.util.ClassLoaderUtils
  • org.apache.xml.serializer.ObjectFactory
    This class is duplicated for each JAXP subpackage so keep it in sync. It is package private and therefore is not exposed as part of the JAXP API. <p> This code is designed to implement the JAXP 1.1 spec pluggability feature and is designed to run on JDK version 1.1 and later, and to compile ...
  • org.quartz.simpl.CascadingClassLoadHelper
    A <code>ClassLoadHelper</code> uses all of the <code>ClassLoadHelper</code> types that are found in this package in its attempts to load a class, when one scheme is found to work, it is promoted to the scheme that will be used first the next time a class is loaded (in order ...
  • org.webdocwf.util.loader.generator.CreateIncludeFiles
    CreateIncludeFiles class creates Xml(ImportDefinition.xml) and Sql( CreateTables.sql, CreateIntegrity.sql, CreateOisAdminData.sql, CreatePrimary.sql and CreateIndex.sql) files, if the input data is database. @author Radoslav Dutina @version 1.0
  • org.jgroups.MergeView
    A view that is sent as result of a merge.
Popular Tags