Hi,
I am trying to run a RMI server app called ComObject. When I do however I get this...
An Exception occured while creating server
Exception: Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: ComObject_Stub
All the files are in the same directory. I am trying to run this with....
java -Djava.rmi.server.codebase=file://c:\public_html\myclasses\RMI_Example/ -Djava.security.policy=java.policy ComObject
Nothing I seem to do makes any difference. Have I got the paths correct? Help is greatly appreciated.
Regards
Matt
I am trying to run a RMI server app called ComObject. When I do however I get this...
An Exception occured while creating server
Exception: Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: ComObject_Stub
All the files are in the same directory. I am trying to run this with....
java -Djava.rmi.server.codebase=file://c:\public_html\myclasses\RMI_Example/ -Djava.security.policy=java.policy ComObject
Nothing I seem to do makes any difference. Have I got the paths correct? Help is greatly appreciated.
Regards
Matt