0

I am trying to understand the basics of RMI in Java but I am having difficulties in setting a variable for each client. What I am trying to do is a calculator with a floating variable for memory, memory that is not shared between clients. How can I do that?

ciuschi
  • 11
  • 1

1 Answers1

0

Nevermind, I found a solution. For those trying to do something similar, look here How to organize RMI Client-Server architecture

Community
  • 1
  • 1
ciuschi
  • 11
  • 1