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 Chriss Miller 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
Joined
Mar 6, 2001
Messages
37
Location
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.
 
I figured it out. My path was not set properly.
 
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.

Similar threads

Replies
1
Views
499
  • Locked
  • Question Question
Replies
0
Views
162
Replies
3
Views
277
Replies
3
Views
279

Part and Inventory Search

Sponsor

Back
Top