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,
Want to start your own business? Learn how on Yahoo! Small Business.
_______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
