Java Web Start 1.6 fails to load bundle

M

maxmike

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.throwMissingResourceException(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.getBundle("dnd/
resvalues").getString("Query"));
querymenu.addActionListener(new
java.awt.event.ActionListener() {...

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top