How many JVM's can we run in a system?

We can run any number of JVM's.

Showing Answers 1 - 4 of 4 Answers

kayalvizhi

  • Apr 12th, 2006
 

How many JVM's we can run in a system? 

  Was this answer useful?  Yes

Ghulam Abbas Shaabir

  • Apr 20th, 2006
 

hi, keeping in mind the concept of env. variable, JAVA_HOME is globaly defined variable, we assigns class path to this variable, on compilation takes place, only one value can be assigned to a variable, it mean only one jvm will be running . so one jvm on one OS.

If more than operating system are installed , you can take have one jvm for each OS.

However question is too much ambigious, if more than one Jdk on one OS, so more than one jvm are there, It is also true , but remember the env.variable, we can assign one value to it,, so at compile time one jvm will be active

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.