From 91fe0914b0916b6794de6090f7ed4511a321de4e Mon Sep 17 00:00:00 2001 From: wofr Date: Mon, 11 Apr 2016 11:15:10 +0200 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 20be80a08..5d21f8069 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