From d8cd685ef54049e914a93465639b71e7c1239898 Mon Sep 17 00:00:00 2001 From: wofr Date: Sun, 10 Mar 2019 06:05:23 +0800 Subject: [PATCH] Add hint for windows-users (configuration) Add a hint for Window-users that the bat.script expects the configuration on the differnt place and in a differnt way https://github.com/sbt/sbt-native-packager/issues/768#issuecomment-207745671 --- src/sphinx/archetypes/java_app/customize.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sphinx/archetypes/java_app/customize.rst b/src/sphinx/archetypes/java_app/customize.rst index 20be80a0..5d21f806 100644 --- a/src/sphinx/archetypes/java_app/customize.rst +++ b/src/sphinx/archetypes/java_app/customize.rst @@ -38,6 +38,7 @@ Via Application.ini ^^^^^^^^^^^^^^^^^^^ The second option is to create ``src/universal/conf/application.ini`` with the following template +(For Windows-user: Create ``src/universal/_config.txt`` instead of the application.ini, it is expected that way by the BAT-template. Inside the _config.txt the jvm-options are expected like in the command-line (e.g. -Xms2G -Xmx3G) without an leading ``J``) .. code-block:: bash