Posted By:
Achinta_Paul
Posted On:
Wednesday, April 1, 2009 12:06 AM
Hi 2 all, i am new to the RMI, and have started working in it recently. i have some doubts on the RMI stub and skeleton class part. My doubts are. 1.Is stub class is required on client side for Jave5 and higher version? 2. If it stub class is required, then where to keep it on the client side or on the server side? 3. And i am getting an unmarshalling err when trying to run my RMI client java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: com.colibria.subserver.batch.api.IRmiBatchServerSubscription (no security manager: RMI class loader disabled) here is the Reqd Inter
More>>
Hi 2 all,
i am new to the RMI, and have started working in it recently.
i have some doubts on the RMI stub and skeleton class part. My doubts are.
1.Is stub class is required on client side for Jave5 and higher version?
2. If it stub class is required, then where to keep it on the client side or on the server side?
3. And i am getting an unmarshalling err when trying to run my RMI client
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: com.colibria.subserver.batch.api.IRmiBatchServerSubscription (no security manager: RMI class loader disabled)
here is the Reqd Interface and classes
--> ICalculator.java
--> CalculatorImpl.java
--> CalculatorServer.java
--> CalculatorClient.java
Thanks in advance.
<<Less