-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
x86
-
windows_2000
-
Verified
Tested on Windows 2000 with Merlin b65.
Warning for an inconsisteng set of DLLs is displayed on Windows 2000, on which any English product is not installed (except MKS Toolkit), when an application which uses TextArea is launched.
The warning is below;
2001/05/17 17:36:17 sun.awt.windows.WToolkit eventLoop
WARNING: Text based operations may not work correctly due to an inconsistent set of dynamic linking libraries (DLLs) installed on your system. For more information on this problem and a suggested workaround please see the Java(TM) 2 SDK, Standard Edition, v1.4 Release Notes on java.sun.com
Though the warning is displayed, the application works properly.
This phenomenon is not seen with Merlin b62 and seen from b63.
This is not reproducible on other Windows machine.
As far as I tried, this warning is not seen in other awt text component such as TextField and Swing text component such as JTextArea, JTextField and JEditorPane.
***To reproduce,
1. - Launch Font2DTest under $JAVA/demo/jfc/Font2DTest.
Then, you can see the warning on the command prompt.
Extract attachment.
2. - Compile ta.java (*This test case uses TextArea).
- Launch ta.
Then, you can see the warning on the command prompt.
3. - Compile CHarViewMultiLine.java and FontView.java
- Launch CharViewMultiLine
Then, you can see the warning on the command prompt.
***To see the warning not being displayed:
1. - Compile tf.java (*This test case uses TextField).
- Launch tf.
The warning is not displayed.