how to 'reload' properties when the program is running?

in Help Center
hi,
how to reload properties when the program is running? the program won't get the updated properties unless it is restarted. It is annoying to restart for each time the config file is changed.
thanks,
kemp
how to reload properties when the program is running? the program won't get the updated properties unless it is restarted. It is annoying to restart for each time the config file is changed.
thanks,
kemp
0
Comments
Basically, properties are not meant to be used for dynamic information that can change at run time. Instead, they are meant to be used for configuration information that does not change while a program is running.
Cheers,
Michi.