aspose file tools
The moose likes Distributed Java and the fly likes Stub class not found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Stub class not found" Watch "Stub class not found" New topic
Author

Stub class not found

Mir Mohammed Easin
Greenhorn

Joined: Mar 07, 2011
Posts: 4
Hi All,
I have RMI server and client program and both are running in my local machine. I'm using JDK1.6 for both program. Without stub class RMI server program is working nicely. But when I put my server program in another machine (different server) which is using JDK1.4 version and when I run my server program I got exception that is stub class (for my remote object class) is not found. So my question is that is it mandatory to create stub class for JDK1.4 version whereas in JDK1.6 I don't need to create stub class and server it's running. Please let me know if this is required to create stub class for JDK1.4 version and give a reference so that I can see also.

Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Stub class not found
 
Similar Threads
RMI: Stubs & Java 6
Problems with a simple RMI Hello World
need help
My engineer thesis - chapter about RMI-IIOP - need confirmation / help
HI to all Need help