自己写的一个使用java socket的广播信使的一个小程序。供java爱好者使用!

源代码在线查看: how to run.txt

软件大小: 10 K
上传用户: huajunun
关键词: java socket 广播 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				STEPS TO RUN THE PROGRAM
				
				Step1: Save the all the .java files in JDK/BIN folder.
				Step2: Open the Command prompt and compile the files using the steps below.
				Step3: Type "javac ChatServer.java" to compile the server class.
				Step4: Type "javac Sketcher.java" to compile the Client class.
				Step5: Type "java ChatServer " to run the server.
				Step6: Type "java Sketcher :" to run the client.
				
				 is the host name of the computer that is to be connected.
				 is any number for e.g. 999 that will be used to create a logical socket.
				
							

相关资源