I am having trouble reading in a properties file. The file is in my base directory and I am using the code:
This does not find the properties file with name: suncertify.properties, I am not sure if I am using the right code with the ResourceBundle.getBundle method.
Can anyone see what I am doing wrong, or is there another way to do it without doing low IO.
The paratemer must is a full path, assume your file is put in directory "suncertify\conf\log.properties", then the path should be "suncertify.conf.log".