Extensions to the Class Loader

When we implemented a class loader above, we had a fully operational class loader that paralleled the first class loaders that were used by Java’s appletviewer or by a Java-enabled browser. However, there are other extensions to the class loader that are often useful.

Loading from Multiple Sites

We started with a complete class loader suitable for use in appletviewer-type programs where the classes are ...

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.