How do I have to configure a RMI environment so that I'm able to use it in a “real” network?

前端 未结 2 765
囚心锁ツ
囚心锁ツ 2021-01-03 17:13

Because I didn\'t want to implement a communication protocol for my client-server based application, I implemented a RMI client and a RMI server on both sides for the inform

2条回答
  •  感动是毒
    2021-01-03 17:47

    Using different versions of the JDK on each server could cause this problem.

    Use the java -version command to make sure that you are using the same version of the jre.

提交回复
热议问题