I'm trying to load driver info, URL info, userID info, and password info for my MySQL database by using a ConnectU.properties file that contains:
I trying to get this info from a
java file with that contains the following snippet:
I keep getting the error:
Specific Error: Can't find bundle for base name ConectU cal.en_US
which is printed from the above catch statement.
Can someone please explain how the properties file works and how I can get a program to access this file if I need to write a program for a DB in which the user will not need to know the driver location, URL, login, and password? I hope all of this makes sense as I am green in this area.
Thanks in advance, Brian!!!