The attached test case gets an UnsatisfiedLinkError when attempting to call
a native method from within a subclass of java.lang.Thread. If the native
method stuff is moved out of the "threaded" class, it works fine. I've put together a very simple test case that demonstrates the problem.
I'm using the following version of the JDK:
java version "1.2.1"
Solaris VM (build Solaris_JDK_1.2.1_03, native threads, sunwjit)
a native method from within a subclass of java.lang.Thread. If the native
method stuff is moved out of the "threaded" class, it works fine. I've put together a very simple test case that demonstrates the problem.
I'm using the following version of the JDK:
java version "1.2.1"
Solaris VM (build Solaris_JDK_1.2.1_03, native threads, sunwjit)
- relates to
-
JDK-4052610 A class that is loaded by a non-default ClassLoader cannot link to its native me
-
- Closed
-