Launch4j的-server选项?

时间:2009-11-18 04:10:09

标签: java launch4j

我一直在探索launch4j网站,似乎无法弄清楚如何设置-server程序选项,有一个old forum post表明它可能是未来的选项,但没有进一步的细节可用。

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

2 个答案:

答案 0 :(得分:2)

您可以在the configuration file

中的<opt> <jre>节点内进行设置

答案 1 :(得分:0)

Maven插件配置:

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