I wonder what must we do to this issue. Any opinions? Vasily
-----Original Message----- From: Vasily Zakharov (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 7:54 PM To: [EMAIL PROTECTED] Subject: [jira] Created: (HARMONY-2862) [classlib][suncompat] ICU references sun.io classes that are absent [classlib][suncompat] ICU references sun.io classes that are absent ------------------------------------------------------------------- Key: HARMONY-2862 URL: http://issues.apache.org/jira/browse/HARMONY-2862 Project: Harmony Issue Type: Bug Components: Classlib Reporter: Vasily Zakharov Priority: Minor DRLVM bootclasspath contains icu4jni-3.4.jar, that contains 4 classes that can't be loaded. These classes are: com.ibm.icu4jni.converters.ByteToCharConverterICU extends sun.io.ByteToCharConverter com.ibm.icu4jni.converters.ByteToCharGB18030 extends ByteToCharConverterICU com.ibm.icu4jni.converters.CharToByteConverterICU extends sun.io.CharToByteConverter com.ibm.icu4jni.converters.CharToByteGB18030 extends CharToByteConverterICU These classes can't be loaded because they extend classes from sun.io package that are not available in Harmony classlib. There're two ways to resolve this issue: 1. Create stubs for sun.io.ByteToCharConverterICU and sun.io.CharToByteConverter in suncompat module. 2. Consider the four classes mentioned above non-needed for Harmony operation and close this issue as Won't Fix. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
