TheObserver
Programmer
I want to use a GUI to open a ResourceBundle and ultimately update the keys therein. I'm having no problems opening the properties file, pulling the keys out, and then displaying them. The problem comes when I'm trying to use the same file string that I used with the RB in association with FileStreams, etc, to open the file for parsing/editing. It won't find the file at the location specified. I know the file is in the classpath because the RB is being opened, etc. Why can't I use the same string ("blah.loc.Props", for instance) to open the file "manually"?
I've also manually put in variations of the file string to see if that would work, but they did not (IE "blah/loc/Props", "blah.loc.Props.properties", etc).
Thanks for your time.
I've also manually put in variations of the file string to see if that would work, but they did not (IE "blah/loc/Props", "blah.loc.Props.properties", etc).
Thanks for your time.