Does a RMI Client need the stub?
Or is there anyway it can connect without the stub?
[58 byte] By [
joeJacka] at [2007-10-2 3:24:53]

I've got the stub from the server machine now but i'm gettin:java.lang.NoClassDefFoundError: package1/InternalClassI dont have InternalClass on my machine but I have an interface, IFace1, that InternalClass implements. Whats the problem?