Nick Davies wrote:
>
> Correct me if I'm wrong, but only the _Skel class should need to be present
> in the rmi server directory (I've tried moving the _Stub class in there as
> well, no difference
You have to have the Skel class. However, if you also have your
stub class and your security set properly you can download the
stub to the client automatically. I don't think this is related
to your problem though.
> It's the server class which cannot be found, however, further investigation
> (running java -v on the class gives a line [Loaded ./RemL.class], the main
> server class....very strange
Are all classes that the server class depends on in your path?
I've had problems starting apps that use JFC when I would forget
to put the swing stuff in my path. The error would be about the
main class when it really couldn't find some class it depended
on.
jason
--
Jason Gilbert | http://www.scott.net/~jason/
| http://www.homewood.net
------------------------------------------------------
I wish I could make the garbage collector thread in my
brain less agressive.