Remote method invocation port in use

后端 未结 6 1063
不思量自难忘°
不思量自难忘° 2020-12-05 03:29

I have created a Server, Client kind of program with RMI. But whenever I run my Server after starting the rmiregistry from command prompt, the port already in use error is t

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 04:09

    Re-check if the port 1099 is not used by any other process or user or start the rmiregistry on some other port.

提交回复
热议问题