-Launch4j 的服务器选项?

发布于 2024-08-11 07:43:01 字数 252 浏览 4 评论 0 原文

我一直在浏览 launch4j 网站,似乎无法弄清楚如何设置 -server 程序选项,有一个 旧论坛帖子 表明它可能是未来的选项,但没有提供更多详细信息。

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

I've been poking around the launch4j website and can't seem to figure out how to set the -server program option, there's an old forum post indicating it might be a future option but no further details are available.

Is it possible to run the JVM in server mode using Launch4j?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千鲤 2024-08-18 07:43:01

You can set it within <opt> node for <jre> in the configuration file

同展鸳鸯锦 2024-08-18 07:43:01

或者在 Maven 插件配置中:

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

or in Maven plugin configuration:

<jre>
    <minVersion>1.8.0_101</minVersion>
    <runtimeBits>64</runtimeBits>
    <opts>
        <opt>-server</opt>
    </opts>
</jre>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文