Click to See Complete Forum and Search --> : saving html code in a file with java program


archer9134
01-05-2010, 07:33 AM
hi i don't know if this is relevant to html coding or java programming but i have a java program reading html code from a website. it can save it all in one string but when i try to save it in a text file whatever method i use it only saves some of the html code and not all of it, if you know why is that i would appreciate the info.
thanks for your time

JavaServlet
01-16-2010, 11:08 AM
What is the Exception message you are getting?
Are you writing directly (unbuffered) to a FileWriter?