| Author |
Interesting RMI problem, I guess....
|
Chandra Indukuri
Greenhorn
Joined: Jan 30, 2007
Posts: 4
|
|
I have a class MyRemoteImpl which extends the UnicastRemoteObject class and implements the MyRemote interface When I compiled MyRemote and MyRemoteImpl, both compiled fine. When I invoked the rmic command on MyRemoteImpl then I got only MyRemoteImpl_Stub.class only. I didn't get the MyRemoteImpl_Skel.class Anyone help me in this regard??
|
 |
Edward Harned
Ranch Hand
Joined: Sep 19, 2005
Posts: 290
|
|
skel hasn't been needed for many releases. Search through the forum before posting questions.
|
Ed's latest article: A Java Parallel Calamity http://coopsoft.com/ar/Calamity2Article.html
|
 |
 |
|
|
subject: Interesting RMI problem, I guess....
|
|
|