-
Go to the directory where you have downloaded this file using command window.
-
Compile the Server program using the command '>javac Server.java'
-
Compile the Server's frame program using the command '>javac frame.java'
-
Run the server code using the command '>java Server portnumber'
-
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.