how to run.txt

来自「一个多播的实现程序」· 文本 代码 · 共 13 行

TXT
13
字号
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 <port number>" to run the server.
Step6: Type "java Sketcher <hostname>:<port number>" to run the client.

<host name> is the host name of the computer that is to be connected.
<port number> is any number for e.g. 999 that will be used to create a logical socket.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?