Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Beginning Java and the fly likes Need help on how to test/run RMI example from Head First Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Need help on how to test/run RMI example from Head First Java" Watch "Need help on how to test/run RMI example from Head First Java" New topic
Author

Need help on how to test/run RMI example from Head First Java

Jart Bo
Ranch Hand

Joined: Oct 22, 2007
Posts: 144
Hello,

I was pouring over the last chapter of Kathy and Bert's Head First Java (RMI chapter) while trying to run the RMI example but wasn't successful . I hope someone could give me a walkthrough (more complete steps) on how to make the sample run. (I'm a beginner on this topic)

ps. Is it possible to make it run on only one machine?

Thanks!


SCJP, SCWCD
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9191
    
    2

Jart can you provide the source code of the program for those who can help but don't have the HF Java book


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3673

Jart Bo wrote:ps. Is it possible to make it run on only one machine?


Yes possible. RMI Tutorial contains some good explanations with samples.


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need help on how to test/run RMI example from Head First Java
 
Similar Threads
RMI Question
Cant find my skeleton class file-Rmi Doubt(HFJ)
SWING and GUI
HI to all Need help
Head First Java Inheritance and Polymorphism