-
Enhancement
-
Resolution: Won't Fix
-
P2
-
7u6
To reduce the file size of packaging an application into an überjar or into an überexe it would be great if the packager can eliminate classes which the user selects. For example, if I know for sure that my tool never ever has to use a WebView and certainly no PasswordField, then those could be omited when creating an .exe file (which contains the JVM, the now shrinked JFX and my app with all its dependencies).