-
Can't find bundle for base name sun.text.resources.LocaleElements, locale en_US
I am getting the following exception when I run my program within eclipse using j2sdk1.4.2_03 build of the JDK. Everything was working fine before this started to happen yesterday. Nothing in my environment has changed.
It looks like this works under jdk1.3 fine.
The class it seaching is basicaly sun.text.resources.LocaleElement_en_US which is found in the rt.jar file. rt.jar file is included in the Classpath of eclipse.
Any help would be greatly appreciated.
Best Regards,
Allen
The stack trace is as follows:
java.util.MissingResourceException: Can't find bundle for base name sun.text.resources.LocaleElements, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at sun.text.resources.LocaleData$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.text.resources.LocaleData.getBundle(Unknown Source)
at sun.text.resources.LocaleData.getLocaleElements(Unknown Source)
at java.text.DateFormatSymbols.cacheLookup(Unknown Source)
at java.text.DateFormatSymbols.initializeData(Unknown Source)
at java.text.DateFormatSymbols.<init>(Unknown Source)
at java.text.SimpleDateFormat.<init>(Unknown Source)
at java.text.SimpleDateFormat.<init>(Unknown Source)
at java.text.DateFormat.get(Unknown Source)
at java.text.DateFormat.getDateInstance(Unknown Source)
at cc.gammasoft.date.CalendarController.<init>(CalendarController.java:443)
at cc.gammasoft.date.AbstractCalendarView.<init>(AbstractCalendarView.java:17)
at cc.gammasoft.date.MonthView.<init>(MonthView.java:43)
at cc.gammasoft.date.MonthView.<init>(MonthView.java:21)
at ceysoft.ui.CTCalendar.<init>(CTCalendar.java:22)
at ceysoft.ui.CTCalendarView.<init>(CTCalendarView.java:218)
at ceysoft.ui.CTViewManager._initializeViews(CTViewManager.java:210)
at ceysoft.ui.CTViewManager.<init>(CTViewManager.java:139)
at ceysoft.eAssistantLib.CTeAssistantProgram.createComponents(CTeAssistantProgram.java:722)
at ceysoft.eAssistantLib.CTeAssistantProgram.run(CTeAssistantProgram.java:845)
at java.lang.Thread.run(Unknown Source)
Similar Threads
-
Replies: 5
Last Post: 01-15-2006, 07:10 PM
-
Replies: 0
Last Post: 01-14-2006, 07:01 PM
-
By Beginner in forum .NET
Replies: 0
Last Post: 01-27-2002, 05:35 PM
-
By Karl Robinson in forum VB Classic
Replies: 7
Last Post: 07-23-2001, 10:58 AM
-
By bigbastard4 in forum Database
Replies: 2
Last Post: 05-16-2001, 06:24 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|