Name: clC74495 Date: 09/08/98 There appears to be no way for classes to unload native libraries. They do not even appear to get unloaded when the class which loads the library is finalized. Seeing it is not possible to load a library multiple times(why throw an exception here?) its then not possible to ever use the library again until you restart the JVM. Another reason to be able to unload a dll is so that a new version of the library can be dynamically updated without restarting the JVM. (yes we have a very good reason to want to do this!!). (Review ID: 36264) ======================================================================
|