Name: sgC58550 Date: 05/16/97
If a class that defines native methods is loaded by a ClassLoader
other than the system default ClassLoader, then its native methods
are never resolved (ie, linked against the underlying libraries).
in such a situation, at runtime, when the native methods are invoked,
UnsatisfiedLinkError is thrown. these methods link correctly and work
fine if the defining class is loaded by the default ClassLoader.
As an example, system classes that define native methods exhibit this
problem. for example, java.lang.Thread and sun.awt.windows.WTookit.
======================================================================
Additional info included as attachment.
- duplicates
-
JDK-4072534 the System.loadLibrary method does not work if called from dynamicaly
-
- Closed
-
-
JDK-4122610 native method linking doesn't work for user-defined classloader
-
- Closed
-
-
JDK-4219337 (1.1) JNI panic with customer applet
-
- Closed
-
-
JDK-1230207 (fp.bugs 2727) System.loadLibrary seems to be broken.
-
- Closed
-
- relates to
-
JDK-4329289 UnsatisfiedLinkError when calling a native method from a subclass of Thread
-
- Closed
-