📄 how to run.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -