The Artima Developer Community
Sponsored Link

Java Answers Forum
RMI question from Java Examples in a Nutshell

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Guido

Posts: 38
Nickname: kiethb
Registered: May, 2002

RMI question from Java Examples in a Nutshell Posted: Mar 3, 2006 6:32 AM
Reply to this message Reply
Advertisement
I am trying to get the MUD example running from the third edition of the book Java Examples in a Nutshell. However, it does not seem to have good documentation as to how to correctly package, manifest and deploy. Are there any RMI gurus out there that can help me get this up and running? The following are the classes and their roles. I also include the package specification so that possibly you can tell me where these packages ultimately need to end up in order to run. I simply want to run both the client and server on my local machine for now.

Classes:

Mud - this is a class containing all interface declarations

MudServer - obvious implementation of server

MudClient - also obvious implementation of client

MudPlace and MudPerson - implementation of remote objects

package: package je3.rmi;

I think my confusion lies in how to construct the .jar files and include manifests. Then finally where these jar files need to reside in order to start the rmiregistry and run the server and client. If anyone doesnt mind tutoring me through this or at the very least pointing me in a direction to get clear instructions, it would be much appreciated. I am using Tiger 5.0 so I understand that you dont need to run RMIC to generate stubs anymore. but I am having trouble finding documentation even on this.

Thank you very much!

Topic: Why such behaviour? Previous Topic   Next Topic Topic: Something like MSDN for Java??

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use