Search:

Type: Posts; User: Randor

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    1,233

    [SOLVED] Re: PrintWriter out problem

    I FINALLY figured this out:

    I needed to just move thise code:

    Socket SOCK = SERVER.accept();

    System.out.println("Client Connected from : " +...
  2. Replies
    1
    Views
    1,233

    [SOLVED] PrintWriter out problem

    Hello all,

    I seem to be having a problem with printwriter, it sends to the server the first time but then i cannot get it to send anything else (particularly the disconnect function).


    import...
Results 1 to 2 of 2