Posted By:
Zac_Jacobson
Posted On:
Monday, August 18, 2003 04:21 PM
First of all, we are not your text messaging pals, please use entire words and sentences with grammatical structure and punctuation. Secondly, please use HTML tags to format your posts to make them more readable.
Finally, java.lang.ClassNotFoundException: ImplHello_Stub (no security manager: RMI class loader disabled) means that your client is not using a security manager which allows RMI to use its class loader. RMI's class loader will not download any classes from remote locations if no security manager has been set. Check out java.rmi.RMISecurityManager.