Java<->invoke RMI method by hand
Alex Co <[email protected]> Sun, 15 Mar 2009 05:52:16 -0700
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I have a home made JVM without support for RMI (but it has socket support) and the Sun JVM with RMI support. Suppose I have a RMI remote object running on the 192.168.0.1 computer by using the SUN JVM. Suppose I have my custom JVM on a x86 (286) computer and I want to invoke a method on the other JVM. Is it possible to invoke the server side method by implementing by hand the call that a normal stub class does? Please, any advices and tips would be very appreciated... Alex -- View this message in context: http://www.nabble.com/Java%3C-%3Einvoke-RMI-method-by-hand-tp22522888p22522888.html Sent from the Java - RMI mailing list archive at Nabble.com. =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html