代码之家  ›  专栏  ›  技术社区  ›  Mark Elliot

-Launch4j的服务器选项?

  •  0
  • Mark Elliot  · 技术社区  · 16 年前

    我一直在浏览launch4j网站,似乎不知道如何设置 -server old forum post 表示这可能是未来的选择,但没有进一步的细节。

    是否可以使用Launch4j在服务器模式下运行JVM?

    2 回复  |  直到 16 年前
        1
  •  2
  •   ChssPly76    16 年前

    你可以在 <opt> 节点 <jre> the configuration file

        2
  •  0
  •   Michał Jurczuk    9 年前

    或者 Maven

    <jre>
        <minVersion>1.8.0_101</minVersion>
        <runtimeBits>64</runtimeBits>
        <opts>
            <opt>-server</opt>
        </opts>
    </jre>