Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8129264 | 8u40 | Danno Ferrin | P4 | Resolved | Fixed |
Let's look into http://docs.oracle.com/javafx/2/deployment/javafx_ant_task_reference002.htm#CIADDDAA
Here we can see that fx:preferences supports install options, which in case of false value means that application will be installed locally in %LOCALAPPDATA% (in Windows).
But in javafxpackager there's no such an option.
I suggest adding such an option: i.e., -localinstall option for -deploy part.
Here we can see that fx:preferences supports install options, which in case of false value means that application will be installed locally in %LOCALAPPDATA% (in Windows).
But in javafxpackager there's no such an option.
I suggest adding such an option: i.e., -localinstall option for -deploy part.
- backported by
-
JDK-8129264 javafxpackager doesn't support local installation as fx tasks supports
-
- Resolved
-