Search code examples
javarmi

RMI client and server running in different jre versions


I have no RMI experience and have a basic question I seem not to find an answer on the internet. We want to have RMI calls from a client running jre 6.X to the server running jre 7.X. Is this possible?


Solution

  • Yes it is possible. RMI is highly interoperable.