Hi,
I am using RMI service and facing a condition when implementing a simple example. ı use a method that is

public void myMethod()
{
System.out.println("in MyMethod");
}

At the client...