Description
JLinkBundlerHelper and StandardBundlerParam classes provide a set of static methods to access different properties of the app: main jar, main module, main class etc. These data should be collected once for each launcher and stored in dedicated class - LauncherData. Functionality to collect these data should be moved from JLinkBundlerHelper and StandardBundlerParam to LauncherData.
ModFile class referenced from JLinkBundlerHelper should be removed as it duplicates functionality provided by JDK and JLinkBundlerHelper should be reworked accordingly.
ModFile class referenced from JLinkBundlerHelper should be removed as it duplicates functionality provided by JDK and JLinkBundlerHelper should be reworked accordingly.
Attachments
Issue Links
- relates to
-
JDK-8251184 File association without description causes exception
- Closed
-
JDK-8248254 jpackage fails if app module is in external runtime
- Resolved