)
Subject: Re: RMI troubles
Nelson Minar wrote:
>
> >I have been trying to get RMI to work for some time now.
>
> RMI works fine in Java/Linux - I rely on it heavily with my code, and
> it works as well as it could. (There are some interesting issues
> relating to
Nelson Minar wrote:
>
> >I have been trying to get RMI to work for some time now.
>
> RMI works fine in Java/Linux - I rely on it heavily with my code, and
> it works as well as it could. (There are some interesting issues
> relating to socket limits and 50+ simultaneous calls, but that's Linux
>I have been trying to get RMI to work for some time now.
RMI works fine in Java/Linux - I rely on it heavily with my code, and
it works as well as it could. (There are some interesting issues
relating to socket limits and 50+ simultaneous calls, but that's Linux
and RMI's fault, not the Linux po
Can the registry find the _Stub and interface classes? I'll bet not...
if the exception basically says "remote exception ... class not found"
then that's your problem. The registry process need the _Stub class,
and inorder to load that it needs the interfaces that it implements.
As with anything,