readme chatapplication 1on1

Upload: shaiwal-sachdev

Post on 15-Feb-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/23/2019 Readme ChatApplication 1on1

    1/1

    CHAT APPLICATION (SERVERCLIENT SIMPLE CHAT)(ONE TO ONE)

    IIT2013196

    README:

    1.

    FIRST

    2.Run NetBeans IDE.

    The attached files are NetBeans Project.

    Copy ChatApplication-1on1 folder to NetBeans Project folder in

    My Documents or import the project.

    3.Run the Server.java file

    It will show in terminal server is running .

    4.

    Then run the client.java fileIt will ask for the IP address of server running in the terminal

    window Enter the ip address if running on local machine

    Use 127.0.0.1 or localhost

    5.Start Messaging between Client and Server. You Can See the

    Messages in the two windows of client and server respectively.

    6.END