E:\>java javarmi.ClockServer
java.rmi.ServerException: Server RemoteException; nested exception is:
        java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
        java.lang.ClassNotFoundException: javarmi.ClockImpl_Stub
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
        at java.rmi.Naming.rebind(Unknown Source)
        at javarmi.ClockServer.<init>(ClockServer.java:14)
        at javarmi.ClockServer.main(ClockServer.java:23)
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested ex
ception is:
        java.lang.ClassNotFoundException: javarmi.ClockImpl_Stub
Caused by: java.lang.ClassNotFoundException: javarmi.ClockImpl_Stub我已经用相应的方法声称了ClockImpl_Stub.class,可是仍然提示有问题,如何是好???
所用方法: rmic -v1.2 javarmi.ClockImpl