0
我開發,在服務器啓動rmiregistry中的基本應用:獨立rmiregistry中和服務器應用
try {
// create the registry and bind the name and object.
registry = LocateRegistry.createRegistry(thisPort);
registry.rebind("rmiServer", this);
}
catch (RemoteException e) {
throw e;
}
我想要運行另一臺計算機上的註冊表。是否可以分開這個?