File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Distributed Java and the fly likes Interesting RMI problem, I guess.... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Interesting RMI problem, I guess...." Watch "Interesting RMI problem, I guess...." New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Interesting RMI problem, I guess....
 
Similar Threads
problem in rmi
RMI question
Proxi-pattern and RMI question?
Stub Class Not Found Exception
RMI Problem