This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SharedLibLoader loading more then one lib and SecureClassLoader


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]