c:\temp>rmic MyServer after MyServer.class is generated from MyServer.java with javac command. MyServer is the class which extends UnicastRemoteObject. since java1.2 you dont need the skeleton, stub class file should be present both on server and client sides.
for details refer to http://java.sun.com/docs/books/tutorial/rmi/ - anirban ----- Original Message ----- From: "Isaac Brobbey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 9:55 AM Subject: [JAVA3D] Java rmic > Dear All: > > Can anyone show me how to Run the rmic Compiler to Obtain the Stub and > Skeleton .class Files for the remote method invocation ? > > Thanks. > > Isaac Brobbey > Java2 & Java3D > MS/CIT Project > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
