Posted By:
Sam_Genesis
Posted On:
Tuesday, October 16, 2001 09:27 PM
I am trying to contact an RMI Server using an EJB. I am getting the following error
java.lang.ClassNotFoundException: examples.ejb.demo.EntServerImpl_Stub (
no security manager: RMI class loader disabled)
what am I missing ? I have set the classpath to point to the Stubs and skeletons.
Please let me know