Client program does not hit the server program in RMI
Happy S Singh
Ranch Hand
Joined: Nov 14, 2011
Posts: 47
posted
0
Below are the snippets which implements RMI
Following is my Server class
Interface
Client
When I run the client code I dont get any output instead in the eclipse console header Its written javaw.exe terminated.
My question is why my client program does not hit the server.
Happy S Singh wrote:When I run the client code I dont get any output instead in the eclipse console header Its written javaw.exe terminated.
My question is why my client program does not hit the server.
I see you didn't follow my advice in your other thread. Why are you working on an RMI layer when you haven't even got your basic executor running properly? Sounds like a recipe for disaster to me.
Winston
Isn't it funny how there's always time and money enough to do it WRONG?