[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-dev] How to make ICUResourceBundle visible to other class
|
- From: Florence Lu <florencelu@xxxxxxxxx>
- Date: Wed, 1 Nov 2006 09:16:50 -0800 (PST)
- Delivered-to: platform-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AMcKETvCuz598CHWzeO1QCAUQfBJfRgDRPRcPSg/eUBppw/KKL35oZabcT0Lqr+cUgn1g3n5ecGCg3JFMJnl6iyiKPWtxshXUsvuiegLC6aGNvHrZqgcKN3lDVgZYPnc1YbnpMYx7VusvJxH2l0yUtSaRJyiqvvtTNXZDqyzdXw= ;
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.