Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 549 Bytes

Instructions.md

File metadata and controls

18 lines (9 loc) · 549 Bytes

Instructions

  1. Go to the directory where you have downloaded this file using command window.

  2. Compile the Server program using the command '>javac Server.java'

  3. Compile the Server's frame program using the command '>javac frame.java'

  4. Run the server code using the command '>java Server portnumber'

  5. Run the Server's frame program using the command '>java frame hostname:portnumber'

Portnumber is any random integer.

Hostname is the name of the host.

Run one command window for server and multiple command windows for the frame.