我一直在探索launch4j网站,似乎无法弄清楚如何设置-server
程序选项,有一个old forum post表明它可能是未来的选项,但没有进一步的细节可用。
是否可以使用Launch4j在服务器模式下运行JVM?
答案 0 :(得分:2)
答案 1 :(得分:0)
或Maven
插件配置:
<jre>
<minVersion>1.8.0_101</minVersion>
<runtimeBits>64</runtimeBits>
<opts>
<opt>-server</opt>
</opts>
</jre>