Search:

Type: Posts; User: Jedi khan

Search: Search took 0.09 seconds.

  1. Replies
    13
    Views
    1,238

    Re: problem using Sockets

    But when i ran the client part it returned an error pointint to:



    String st = new String (dis.readUTF());

    also returning NullPointerException
    For running Server part it returns:
    Exception...
  2. Replies
    13
    Views
    1,238

    Re: problem using Sockets

    I am intending to run both programs on the same machine
    The error i am encountering on every run of the client program is
    Exception in thread "main" java.net.BindException: Address already in use:...
  3. Replies
    13
    Views
    1,238

    Re: problem using Sockets

    I will but its not the solution Syed Sahab..
  4. Replies
    13
    Views
    1,238

    Re: problem using Sockets

    Well if you don't mind plz tell me what u mean by install....i m not getting ...did u mean to run them separately or what i should take ???
  5. Replies
    13
    Views
    1,238

    Re: problem using Sockets

    Also tell me please how to run both programs(Server,Client) on one and the same machine.
  6. Replies
    13
    Views
    1,238

    problem using Sockets

    Hi coders!
    Im new to Network programming and m currently exploring java.net ...... i am building a simple client server comm.. for that my code for server is:





    import java.net.*;
    import...
Results 1 to 6 of 6