J
JP
Hi,
My application uses a properties file to include data for a
ResourceBundle. During the execution of the application, the user may
want to add something to the properties file (i.e. to the
ResourceBundle). I can edit the properties file without any problems,
but apparently the resourcebundle is already loaded and cached in
ResourceBundle.getBundle.
How can I force ResourceBundle.getBundle to reload from the file
system? Or how I can edit the ResourceBundle directly??
Thank you,
James
My application uses a properties file to include data for a
ResourceBundle. During the execution of the application, the user may
want to add something to the properties file (i.e. to the
ResourceBundle). I can edit the properties file without any problems,
but apparently the resourcebundle is already loaded and cached in
ResourceBundle.getBundle.
How can I force ResourceBundle.getBundle to reload from the file
system? Or how I can edit the ResourceBundle directly??
Thank you,
James