Click to See Complete Forum and Search --> : Config file


keko2005
10-25-2005, 09:53 AM
for the db application that im building i would like to create a config file to store the db application information such as them url, driver, etc. i would also like to store information that my application will use. does anyone have a link for a tutorial, or any tips?

BigDog
10-25-2005, 01:03 PM
You are looking for what in Java is called a property file. http://javaalmanac.com/egs/java.util/pkg.html#Property%20Files have good examples