Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems starting RMI Registry

Status
Not open for further replies.

markbanker

Programmer
Mar 6, 2001
37
US
I am unable to get the RMIRegistry to start. Here is the message I get when I try to start it in two different manners:

C:\>rmiregistry
'rmiregistry' is not recognized as an internal or external command,
operable program or batch file.

C:\>start rmiregistry
The system cannot find the file rmiregistry.

Your help is greatly appreciated.
 
Hi, markbanker!

in windowsMe I have all my files in same dir
as where i installed j2sdk1.4.1_01 and j2re1.4.1_01

c:sas_i.java, sas_i.class
sas_serverD.java, sas_serverD.class
sas_clientD.java, sas_clientD.class
sas_serverD_Skel.class
sas_serverD_Stub.class

C:\>start rmic sas_serverD
Cannot find file 'rmic' (or one of its components). Check to
ensure the path and filename are correct and that all required
libraries are available.


C:\>start rmiregistry 2438
Cannot find file 'rmiregistry' (or one of its components). Check
to ensure the path and filename are correct and that all require
libraries are available.

Why am i getting these errors. If I run this in
Unix it runs perfectly.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top