This interface defines services for publicly load class bytecode
The JDK12ClassFileFinder implements this interface emulating the
Java 2 system class loader behaviour.
A GUI Shell which allows class packing just by drag-and-drop operation
Requires ClassPacker 1.4; will work with previous versions, but some options might be missing.
This method emulates 1.2 behaviour for class finding - which means:
- it first searches into the $java.home/lib/ and $java.home/lib/*.jar;
- then in $java.ext.dirs/*.jar;
- eventually in $java.class.path
Given an interface name, an array containing all the possible names for
implementation skeleton (built following some convention defined by the
provider) is returned.
Given an interface name, an array containing all the possible names for
implementation stub (built following some convention defined by the
provider) is returned.
This class emulates JDK 1.2 behaviour for finding class,
providing direct access to the files / streams
Of course, it work only when classes are actually loaded
from a filesystem.