BTalker
BTalker

Reputation: 67

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?

Upvotes: 1

Views: 1185

Answers (1)

user207421
user207421

Reputation: 310869

Yes it is possible. RMI is highly interoperable.

Upvotes: 1

Related Questions