Java 1.2 class loader fails to allow repeated loading of the
same share library (from user defined classes with native
method), even though it is loaded via totally distinct
instances of class loaders.
Error Message:
-------------
At the 2nd execution of the user defined class (with Native
method) via a distinct class loader, we get the following
error message:
java.lang.UnsatisfiedLinkError: Native Library
/export/home3/yella/fay/tst/show/store/libfay.so
already loaded in another classloader
- relates to
-
JDK-6862965 JNLP2ClassLoader is too greedy clonning native libraries
-
- Closed
-