?? readme.txt
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -