Author | Message |
---|---|
ashasabeer
Posts: 55
|
Posted 23:33 Nov 03, 2010 |
I am getting "The system cannot find the file rmiregistry " error when i try to run rmiregistry in command prompt. Thanks Asha |
cysun
Posts: 2935
|
Posted 07:44 Nov 04, 2010 |
You need to have JDK (not just JRE) installed. rmiregistry is under <JDK_DIRECTORY>\bin. You can add that directory to the PATH environment variable or use the full path of rmiregistry (i.e. <JDK_DIRECTORY>\bin\rmiregistry) to run it. |