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]
# 1
As much as I know in the jdk 5.0 you no longer need to create the stub or skeleton.
sim085a at 2007-7-15 22:34:20 > top of Java-index,Java Essentials,Java Programming...
# 2
Take a look at the java.rmi.server.codebase property value.
YoGeea at 2007-7-15 22:34:20 > top of Java-index,Java Essentials,Java Programming...
# 3
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?
joeJacka at 2007-7-15 22:34:20 > top of Java-index,Java Essentials,Java Programming...