Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Java Web Start 1.6 fails to load bundle

Reply
Thread Tools

Java Web Start 1.6 fails to load bundle

 
 
maxmike
Guest
Posts: n/a
 
      10-01-2007
I have an app(let) which worked fine under JWS 1.3 and when configured
as a applet in a browser.
Now using JWS 1.6 all of a sudden there is a message:

java.util.MissingResourceException: Can't find bundle for base name
dnd/resvalues, locale en_US
at java.util.ResourceBundle.throwMissingResourceExcep tion(Unknown
Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at dnd.dndapplet.h(Unknown Source)

My jar file's relevant contents is:

392 Mon Oct 01 10:55:26 PDT 2007 dnd/ht.class
407 Mon Oct 01 10:55:26 PDT 2007 repgen/cK.class
17826 Tue Sep 06 15:59:04 PDT 2005 dnd/resvalues.properties
4314 Wed Jul 13 10:44:52 PDT 2005 dnd/resvalues_de.properties
17826 Sun Sep 30 14:15:30 PDT 2007 dnd/resvalues_en_US.properties
4239 Wed Jul 13 10:44:52 PDT 2005 dnd/resvalues_es.properties
4201 Wed Jul 13 10:44:52 PDT 2005 dnd/resvalues_fr.properties
19717 Tue Sep 06 16:00:24 PDT 2005 dnd/resvalues_pt_BR.properties

The offending code is :

querymenu.setText(java.util.ResourceBundle.getBund le("dnd/
resvalues").getString("Query"));
querymenu.addActionListener(new
java.awt.event.ActionListener() {...

Does anybody have any clue what is causing this? Please?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: AMD QUAD CORE Phenom bundle (Maplins bundle) won't let me install WinXP! Pennywise@DerryMaine.Gov Computer Support 0 05-06-2009 05:27 PM
Re: AMD QUAD CORE Phenom bundle (Maplins bundle) won't let me installWinXP! Tony Computer Support 1 05-05-2009 08:47 PM
Re: AMD QUAD CORE Phenom bundle (Maplins bundle) won't let me install WinXP! Centre Parting Computer Support 0 05-05-2009 05:58 PM
Re: AMD QUAD CORE Phenom bundle (Maplins bundle) won't let me install WinXP! VanguardLH Computer Support 0 05-05-2009 04:52 PM
Re: AMD QUAD CORE Phenom bundle (Maplins bundle) won't let me install WinXP! Buffalo Computer Support 0 05-05-2009 04:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57