Florence,

You should not be using that class because it is not public API.  That class could change or be removed at any time.

John


Florence Lu <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

2006-11-01 18:54

Please respond to
"Eclipse platform general developers list." <[email protected]>

To
[email protected]
cc
Subject
[platform-dev] How to make ICUResourceBundle visible to other class







Hello,
 
I need to use the following code to create ICUResourceBundle.  However, even though the code compiles fine, at run time, I got this exception: java.lang.NoClassDefFoundError: com.ibm.icu.impl.ICUResourceBundle

 
ICUResourceBundle top = (ICUResourceBundle)ICUResourceBundle.createBundle(ICUResourceBundle.ICU_BASE_NAME, "zoneinfo", ICUResourceBundle.ICU_DATA_CLASS_LOADER);

 
I guess this is caused by ICUResourceBundle is not visible from outside of icu plug-in...

 
What can I do to go around this problem?

 
Thanks in advance,

Florence

_______________________________________________
platform-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/platform-dev

Reply via email to