When a classloader (other than the RMIClassLoader) is used to load a program, the stubs cannot be loaded over the network. Since stubs/skeletons are resolved
using Class.forName which resolves the class from the current stack frame, the classloader that loaded program is not used (since it is up several frames on the stack).
using Class.forName which resolves the class from the current stack frame, the classloader that loaded program is not used (since it is up several frames on the stack).