|
Accessing a value in a .properties file
I'm trying to get a servlet to access a value key in a .properties file. I need to create a object variable that will ask for the value of a specific key in the .properties file.
Does anyone know how this is done?
Thank you!
|