-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta
-
generic, x86, sparc
-
generic, linux, solaris_2.6, windows_98
-
Verified
AWTKeyStroke does not load native libraries
Test program:
import javax.swing.KeyStroke;
public class test{
public static void main (String [] args) {
System.out.println(KeyStroke.getKeyStroke("control pressed c"));
}
Test program:
import javax.swing.KeyStroke;
public class test{
public static void main (String [] args) {
System.out.println(KeyStroke.getKeyStroke("control pressed c"));
}
- duplicates
-
JDK-4391594 JCK: swing tests throw UnsatisfiedLinkError exception
-
- Closed
-
-
JDK-4379939 KeyStroke.getKeyStrokeXXX(...) methods throw UnsatisfiedLinkError
-
- Closed
-