- Jul 14, 2004
- 346
- 0
- 0
In java, I need to write URL's to a file when my browser sends the request. I have tried the "Logger" and really don't understand that. So I went to using the FileWriter object and it works but my problem is that I need to append to the File. Anyone know of a better way or if I am doing it an ok way how to append to the file rather than overwrite the exsisting URL???
thanks
thanks