Hi Nathan,
you should try using java.util.Properties to load your config file:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html
If you create a new Properties object and then use the load() function to load in the file from the FileInputStream, you can then use the...