Search:

Type: Posts; User: Tjstretch

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,349

    Re: pls.pls.pls.help with this

    I thought it was really obvious


    Makes debugging a pain in the ass.
  2. Replies
    8
    Views
    1,349

    Re: pls.pls.pls.help with this

    Why are you using a PrintWriter? Use a FileWriter, they are designed for File writing...


    try
    {
    BufferedWriter outWriter = new BufferedWriter(new FileWriter(new File("output.txt")); //Goes...
Results 1 to 2 of 2