Sardar
February 21st, 2000, 06:41 AM
Hi all,
I am trying to write an RMI program. I have written an interface which extends Remote and an Impl which extends UnicastRempoteObject and implements the interface. I can compile them and generate class files. But when i rin he rmic it gives an error
class java.rmi.server.UnicastRemoteObject not found in class OMSServer (Server class file).
Also pl tell me how to run rmic if the server and interface are in a package.
I am trying to write an RMI program. I have written an interface which extends Remote and an Impl which extends UnicastRempoteObject and implements the interface. I can compile them and generate class files. But when i rin he rmic it gives an error
class java.rmi.server.UnicastRemoteObject not found in class OMSServer (Server class file).
Also pl tell me how to run rmic if the server and interface are in a package.