See https://bugs.eclipse.org/bugs/show_bug.cgi?id=163249 (ICU plug-in should export all packages)
Markus
| Florence Lu <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 2006-11-01 18:54
|
|
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
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
_______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
