How do you run multiple JVMs on a single machine? How do you call methods in a different JVM?
Hey, I think you might be confused with how to run JVM. each execution of java.exe or javaw.exe will create a new instance of JVM for you. if you run two programs using two java.exe commands then you have two JVM's running