Running multiple JVMs

后端 未结 9 1178
渐次进展
渐次进展 2020-12-05 16:10

How do you run multiple JVMs on a single machine? How do you call methods in a different JVM?

9条回答
  •  爱一瞬间的悲伤
    2020-12-05 16:40

    This doens't make any sense.

    1. It's easy to install different JVMs, just install the various JREs, JDKs, etc.

    2. To execute the different one, you would use the proper java command from each install. Many projects rely on JAVA_HOME for this setting.

    3. If you're talking about multiple JVMs in a browser for applets, I can't help you.

提交回复
热议问题