Add the ability to support OS-level file extension mappings when using the native installers.
I'd like to be able to specify a list of extensions (e.g. "doc/xls/txt/xml") at compile time and then have the resulting installer (MSI, etc) map these extensions to my app so if the file is double clicked it will open my app passing the file as a parameter.
I'd like to be able to specify a list of extensions (e.g. "doc/xls/txt/xml") at compile time and then have the resulting installer (MSI, etc) map these extensions to my app so if the file is double clicked it will open my app passing the file as a parameter.
- duplicates
-
JDK-8098100 Native bundles: add support to create file association
- Resolved