readme.txt

来自「ssd8 exercise 1标准答案ssd8 exercise 1标准答案」· 文本 代码 · 共 20 行

TXT
20
字号
To run my program follow the steps below.

Step:
1. Change to my project's directory.

2. Input command : rmiregistry

3. In a new command-line window Input command : java MessageCenter

4. Start another command-line window 
 
	If The client and server run on the same machine Input :
		java Client localhost 1099 

	If the client and server run on different machine 
	put the Client.java and RMIIntf.java on one machine and 
	put all the other .java file on another machine
	Then run MessageCenter.class(Server) and Client.class  
	In client-end Input :	
		java Client RemoteHostIP 1099

⌨️ 快捷键说明

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