
Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
>> Is there a way to change the value of one of the keys in a
>> java.util.ResourceBundle ?
>
> rebuild the jar. To make a last minute dynamic change, leave the jar
> alone.
I am not sure I understand what you mean.
I am talking about being able to change it dynamically at runtime, and
only in memory, not in the actual text file.
any ideas?
thanks
Roedy Green - 20 Apr 2006 06:36 GMT
>I am not sure I understand what you mean.
>I am talking about being able to change it dynamically at runtime, and
>only in memory, not in the actual text file.
You could write a class that does the ResourceBundle lookup with
lookaside tricks and use that instead of using the ResourceBundle
stuff directly.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.