I have a JavaFX desktop application.
This app save data in "custom" files (".ppz"). In my app, I can browse in files and select the .ppz I want to open.
I've used javafx-maven-plugin and Inno Setup (with the .iss file) to create a .exe installer for Windows and file association. Everything work fine: the installer does his job, my app is running and I've create a file association who work (with a custom icon and everything).
But right now, when I double click on my ".ppz" file, my JavaFX app is just lunching. I would like to open the selected file (eg. : like clicking on a .doc is opening MS Word and the right file).
Any suggestions?