SharedLibLoader loading more then one lib and SecureClassLoader
Tom Tromey
tromey@redhat.com
Tue Jul 8 04:37:00 GMT 2003
>>>>> "Steve" == Steve Pribyl <steve@netfuel.com> writes:
Steve> Any reason I could not add the following method to the SharedLibLoader
Steve> AddLibrary(String libname, flag)
Steve> To allow more then on library to the Loader.
I'm not certain we even want to keep this class around.
Steve> Also why is this not a sub class of SecureClassLoader or even
Steve> URLClassLoader?
See the patch I mentioned. It lets you add a shared library to an
existing URLClassLoader. That is pretty convenient, since it
integrates a little better with existing applications. At least in
some situations.
Tom
More information about the Java
mailing list