[
https://issues.apache.org/jira/browse/MJLINK-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frank Ulbricht updated MJLINK-41:
---------------------------------
Description:
The jlink tool can generate a launcher script (a *.bat file on Windows) so the
user can start the application just with a double-click.
These features should be considered:
* Choose the main module (the one with the main class that should be startet)
* Provide additional parameters (e.g. --enable-preview)
* Optionally, choose between java and javaw (for GUI applications)
Example: jlink --launcher MyApp=com.sample.mymodule leads to a launcher called
MyApp.bat
> Add support for launcher script
> -------------------------------
>
> Key: MJLINK-41
> URL: https://issues.apache.org/jira/browse/MJLINK-41
> Project: Maven JLink Plugin
> Issue Type: New Feature
> Reporter: Frank Ulbricht
> Priority: Major
>
> The jlink tool can generate a launcher script (a *.bat file on Windows) so
> the user can start the application just with a double-click.
> These features should be considered:
> * Choose the main module (the one with the main class that should be startet)
> * Provide additional parameters (e.g. --enable-preview)
> * Optionally, choose between java and javaw (for GUI applications)
> Example: jlink --launcher MyApp=com.sample.mymodule leads to a launcher
> called MyApp.bat
--
This message was sent by Atlassian Jira
(v8.3.4#803005)