Problem with using LocateRegistry
Hi ,
i wrote simple rmi server program that instead of starting rmiregistry in cmd uses code : LocateRegistry.createRegistry(3089)
but this doesn't work because this throws connection Exception . Is there any solution for it ?
|