Hi I am having no problem writing to or appending to a file, the only problem is that as soon as I quit the program and then run it again, it creates a new file overwriting
Take a look at java.io.FileWriter. Setting append to true should do the trick.
append