Class Summary |
CycJavaClient |
|
CycJavaCommandline |
|
CycJavaServer |
|
CycJavaService |
|
CycJavaShell |
|
JarClassLoader |
JarClassLoader provides a minimalistic ClassLoader which shows how to
instantiate a class which resides in a .jar file.
|
JarResources |
JarResources: JarResources maps all resources included in a
Zip or Jar file. |
MultiClassLoader |
A simple test class loader capable of loading from
multiple sources, such as local files or a URL.
This class is derived from an article by Chuck McManis
http://www.javaworld.com/javaworld/jw-10-1996/indepth.src.html
with large modifications.
Note that this has been updated to use the non-deprecated version of
defineClass() -- JDM.
Simplified by siege on 4-27-01
|
NClassLoader |
NClassLoader is an extension of ClassLoader . |
NFileHolder |
utility class that associates an Object with a File . |