can I run more than one JVM on my single PC?

前端 未结 7 1069
暖寄归人
暖寄归人 2020-12-14 23:07

Can I run more than one JVM? If yes then how can I find a particular class is loaded on which JVM?

7条回答
  •  天涯浪人
    2020-12-15 00:05

    Yes,you can install more than one jvm in your PC, because OS loads an instance of jvm (not whole jvm) in RAM. We can call different jvm like JDK 1.4 or JDK 1.6 by setting its path.

提交回复
热议问题