It seems like you are closing the output stream after writing each line. The
trick here is to keep the file (output stream) open and close it after write is
complete or in the finalize block.
For more details follow this:
java.sun.com/.../overview.html