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