JDK-4448575 : Should localize new AWT warning string
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2001-04-20
  • Updated: 2001-09-25
  • Resolved: 2001-09-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 beta3Fixed
Related Reports
Relates :  
Description
As part of the fix for bugid 4414004, the AWT group is adding a new string 
to the awt.properties file (and the localized versions of those files).  

+ # Warnings
+ AWT.InconsistentDLLsWarning=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.\n+   URL:  http://java.sun.com/j2se/1.4/docs/guide/awt/AWTChanges.htm#AWT.InconsistentDLLsWarning

This warning string needs to be localized.  We should probably do the 
localization for merlin-beta2.  

Note: the warning string references the URL for the release notes.  
We may need to change the URL between beta and FCS, and it may be different 
for the US and Japanese versions of the release notes.  


Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta3 FIXED IN: merlin-beta3 INTEGRATED IN: merlin-beta3
14-06-2004

EVALUATION We are going to localize that string after beta. karl.hong@eng 2001-04-26 Actually, the final version of the string ended up as: "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." Note that there is no URL in the string (due to feedback from Judith.Huang@Japan), so a lot of the difficulties mentioned in the Description will not come up. eric.hawkes@eng 2001-04-26 I cannot find the new string AWT.InconsistentDLLsWarning in awt.properties file even in the master workspace. Looks like this resource has been removed? Please confirm. I checked the following workspace: /net/jano.eng/export/disk12/i18n/ws/jdk1.4/src/share/classes/sun/awt/resources/awt.properties michael.fang@eng 2001-07-31 I'm not sure why the warning string disappeared from the properties files. I think it was probably a bad workspace merge. I restored the warning string in build 75 of merlin. If it is too late for beta2, we'll have to fix it in RC1. eric.hawkes@eng 2001-08-04 The following resource has been updated for beta3: src/share/classes/sun/awt/resources/awt_xx.properties > # Warnings > AWT.InconsistentDLLsWarning=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 Release Notes on java.sun.com. This has been done for all 9 locales. ###@###.### 2001-09-23
23-09-2001