MissingResourceException Netbeans 4+

M

maxmike

Hi,
I have a production project under Netbeans 3.5.1, but I wanted to add
some java3d, so I moved everything to Netbeans 4.0, then 4.1. Under
both I cannot get past this resource error. The package is dndserver,
the resources are called servalues, the files in the build directory
are resvalues.properties which contains others plus en_US, but the
debugger complains about the latter. The "faulty" call (which worked in
3.5.1) is :

return
ResourceBundle.getBundle("dndserver/servalues",userlocale).getString(id);

My machine is set to US English - any hints what might be the problem?
I also tried using "dndserver.servalues" instead.

TIA
 

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

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top