Re: RMI client code in Struts : java.lang.ClassNotFoundException

2020-01-27 Thread zahid
I have got past the  security  errors . I am now here  I think it is just a java.net.MalformedURLException,java.rmi.RemoteException,java.rmi.NotBoundException, property: null]  java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: org

Re: RMI client code in Struts I WIN : RESOLVED

2020-01-27 Thread zahid
Hello Struts UserServer says hello to coco On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface ,

Re: RMI client code in Struts : I WIN RESOLVED

2020-01-27 Thread zahid
Hello Struts UserServer says hello to coco On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and