Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spankweat
  • Content: Threads
  • Order by date
  1. spankweat

    write data to a file using servlets.

    Hi, I have a Java Servlet that writes results from a form to a text file. FileWriter fw = new FileWriter("results", true); PrintWriter pw = new PrintWriter(fw,true); pw.print("data"); I ran the servlet on my home computer (using the web server provided by the jsdk) and it...
  2. spankweat

    java.lang.OutOfMemoryError

    Exception in thread &quot;main&quot; java.lang.OutOfMemoryError <<no stack trace available>> ... my program is just parsing a text file of about 200 lines. It looks for the following character &quot;. Anybody had this problem before?
  3. spankweat

    Problem reading file

    Hi, I am having problem reading from a file. I use StringTokenizer to parse the file and find the word that I am looking for. The problem is that the word is never found; I know its there because I opened the text file. Since the text file was generated by Windows, I think that there are some...

Part and Inventory Search

Back
Top