I've used PropertyResourc eBundle to load .properties files before in
unpackaged classes, but now I have some in a package and I can't figure
out the proper file name and base name to give .getBundle(). I have
tried file names such as:
Classname.prope rties
full.package.pa th.Classname.pr operties
and have tried giving boht the .getBundle(). Neither seems to work.
the .properties file does show up in the correct directory in the
classes folder (that is, with the .class file for the class). WHat am I
missing here?
Thanks in advance.
unpackaged classes, but now I have some in a package and I can't figure
out the proper file name and base name to give .getBundle(). I have
tried file names such as:
Classname.prope rties
full.package.pa th.Classname.pr operties
and have tried giving boht the .getBundle(). Neither seems to work.
the .properties file does show up in the correct directory in the
classes folder (that is, with the .class file for the class). WHat am I
missing here?
Thanks in advance.
Comment