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
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