On a single machine, no matter how many command windows are opened, the JVM used will be common to all of them. I am not sure what ur saying is correct.
-----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of Richard Yee Sent: Thursday, December 13, 2001 12:14 PM To: [EMAIL PROTECTED] Subject: Re: Multiple JVM Purav, To start multiple JVM's on a machine is simple. Open two command (Windows) or terminal windows (Unix) and run a java application in each one. You can start a RMI server in one and a RMI client in the other. Regards, Richard At 09:27 AM 12/13/2001 +0530, you wrote: >Hi Guys. >Sorry for the Off-Topic Question. >How can you acheive running multiple JVM's on a single machine. I was >reading this RMI book and one of the lines read " 2 objects on >different JVM's on single or different machine can communicate thru >RMI" > >Please Help > >Regards > >Purav Parekh > ________________________________________________________________________ ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
