hercule.li@prc 2000-12-05
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b42)
Java HotSpot(TM) Client VM (build 1.4beta-B42, mixed mode)
This problem appears in x86 solaris platform.
This problem appears in zh_CN and en_US local.
There is no bug in ladybird and merlin build 40.
To reproduce this bug, you can run demo programe , like
demo/jfc/Notepad,
you would get error message
% java -jar Notepad.jar
uncaught exception: java.lang.UnsatisfiedLinkError: enable
java.lang.UnsatisfiedLinkError: enable
at java.lang.Compiler.enable(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:642)
at java.awt.Window.getToolkit(Window.java:632)
at java.awt.Window.init(Window.java:219)
at java.awt.Window.<init>(Window.java:248)
at java.awt.Frame.<init>(Frame.java:321)
at java.awt.Frame.<init>(Frame.java:286)
at javax.swing.JFrame.<init>(JFrame.java:144)
at Notepad.main(Notepad.java:123)
and the application can't be up.
-------------- end of hercule.li@prc 2000-12-05
java version "1.4.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0beta-b42)
Java HotSpot(TM) Client VM (build 1.4beta-B42, mixed mode)
This problem appears in x86 solaris platform.
This problem appears in zh_CN and en_US local.
There is no bug in ladybird and merlin build 40.
To reproduce this bug, you can run demo programe , like
demo/jfc/Notepad,
you would get error message
% java -jar Notepad.jar
uncaught exception: java.lang.UnsatisfiedLinkError: enable
java.lang.UnsatisfiedLinkError: enable
at java.lang.Compiler.enable(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:642)
at java.awt.Window.getToolkit(Window.java:632)
at java.awt.Window.init(Window.java:219)
at java.awt.Window.<init>(Window.java:248)
at java.awt.Frame.<init>(Frame.java:321)
at java.awt.Frame.<init>(Frame.java:286)
at javax.swing.JFrame.<init>(JFrame.java:144)
at Notepad.main(Notepad.java:123)
and the application can't be up.
-------------- end of hercule.li@prc 2000-12-05
- duplicates
-
JDK-4394983 The message "uncaught exception" flash out in merlin b42 x86 platform
- Closed