Obviously enough, I want to avoid hardcoding paths and such into my application, and as a result, I\'d like to make a settings file that will store simple things like string
You could use properties files which are manipulated with the java.util.Properties class.