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 应用程序的launch4j配置中,我设置了最小值。和最大。堆大小。这很好用,但是,对于某些用户来说,用其他值覆盖这些参数是有意义的。是否可以使用launch4j为最小值设置“默认”设置。和最大。堆大小,但仍允许用户通过命令行参数覆盖这些设置?
您可以在可执行文件旁边的 .ini 文件中指定内存设置,但这仅在您尚未在 launch4j 配置中指定内存时才有效。
http://launch4j.sourceforge.net/docs.html#Runtime_options