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 <florencelu@xxxxxxxxx>
Sent by: platform-dev-bounces@xxxxxxxxxxx
2006-11-01 18:54
Please respond to
"Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
To
platform-dev@xxxxxxxxxxx
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...