「java.rmi.ServerException:伺服器執行緒發生RemoteException (ClassNotFoundException)」
問題:
問題:java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: Interfaces.RemoteMethodIntf
嘗試啟動RMI伺服器時,出現以下異常遇到:
診斷:
客戶端將一個物件傳送到其類別路徑上缺少的類別的伺服器,或伺服器傳回客戶端上缺少的類別的物件classpath.
解決方案:
以上是為什麼我的 RMI 伺服器出現「java.rmi.ServerException:伺服器執行緒中發生 RemoteException (ClassNotFoundException)」?的詳細內容。更多資訊請關注PHP中文網其他相關文章!