readme.txt

来自「ssd8 exercise4 答案 用rmi远程调用的方法来实现远程的serve」· 文本 代码 · 共 24 行

TXT
24
字号
*********************************************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 + =
减小字号Ctrl + -
显示快捷键?