Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Manju Tcs   on Oct 17 In Java Category.

  
Question Answered By: Calais Bernard   on Oct 17

Yes you can run  2 JVMs. There is no built in way to communicate between the two
though. The easiest way is probably through a shared file or through TCP/IP
sockets. The second way has the added benefit that the code could then be made
to communicate with VMs on other machines.

Share: 

 
 
Didn't find what you were looking for? Find more on Running 2 JVMs on a single machine Or get search suggestion and latest updates.


Tagged: