setting classpath variable

2002-08-27 Thread randie ursal
hi, i have this newbie question. here is the scenario, i have a servlet that will read a .properties file and i make use of PropertyResourceBundle to read the value from it. the problem is that the PropertyResourceBundle doesn't find the properties file. the API for ResourceBundle

Re: setting classpath variable

2002-08-27 Thread Paul Brinkley
At 02:46 PM 8/27/2002 +0800, randie ursal wrote: here is the scenario, i have a servlet that will read a .properties file and i make use of PropertyResourceBundle to read the value from it. the problem is that the PropertyResourceBundle doesn't find the properties file. the API for