Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让一个 Java 应用程序同时在多个 JVM 上运行。我该怎么做呢?
Java VM 通常只是系统上的一个应用程序;例如,java.exe在 Windows 上。如果要运行多个 JVM,只需运行多个java.exe. 您可以根据需要同时运行任意数量的副本。
java.exe