📄 readme.txt
字号:
*********************************************README****************************************************
There are six files:
Meeting.java
Client.java
RMIServerInt.java
RMIServerImpl.java
RMIServer.java
RMIClient.java
When running:
firstly,compile all the six .java files to get the .class files.
secondly,run "rmic RMIServerImpl" to get RMIServerImpl_stub.class, maybe you can
also get RMIServerImpl_sketon.class file.
then,run program from command line"rmiregistry" without any paraments
run the program server and input the host name the registery running,optionally
input the port NO it will run,defaulting is 1099.
run the client and provide the host name your server running on,optially specify
the port NO of the server,default is 1099.
After the client begain to run: A menu will displayed for you to select what can you do.
give the selection,and then you will asked to input parament each opration needs.
After each operation,a message will output to signify whether opration is successful.
*********************************************README****************************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -