0

このエラーが発生し、可能な限りのことを試しましたが、問題を解決できません。この問題の解決にご協力ください。

Eclipse indigo IDE を使用しています。

rmiregistryから始まりましたcmd

Exception:
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
    java.lang.ClassNotFoundException: RMISIntf
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
    java.lang.ClassNotFoundException: RMISIntf
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:419)

...................

4

1 に答える 1

0

ClassNotFoundExceptionレジストリには、その CLASSPATH に指定されたクラスがありません。および他のいくつかの RMI の問題に対する最も簡単な解決策は、サーバー JVM でレジストリを開始することです。LocateRegistry.createRegistry().

于 2013-02-26T01:06:15.573 に答える