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

RMI and Windows XP RC2

Max Chernikov
Greenhorn

Joined: Jul 05, 2001
Posts: 3
just FYI
I can run my client-server app on w2k but both the server and my client are having run-time exceptions.
I disabled the rmi sec manager and run both server and client from the same directory in order to minimize configuration errors.
Server can not find it own stub (it seats in the same directory), the client loads server's stub but the referenced object returns null reference.
It is running just fine under w2k.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: RMI and Windows XP RC2
 
Similar Threads
Question regarding RMI
rmi question
Stub class not found
why my client can't download stub
RMI Problem. Please help