服务器端报错如下:
Exception in thread "main" java.rmi.server.ExportException: Listen failed on port: 1099; nested exception is: 
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
客户端报错如下:
Exception in thread "main" java.rmi.StubNotFoundException: Stub class not found: com.client.RMIClient_Stub; nested exception is: 
java.lang.ClassNotFoundException: com.client.RMIClient_Stub