Associate custom uri schemes with Java self contained application for windows
问题 I have a self contained JavaFX application. For an improved user experience, I would like the user to click on a button/link on the browser and start the application. Just like magnet URI for torrent, the link contains metadata that is required to start up the application. Is there a way to generate the executable for JavaFX application to associate with custom URI just like magnet URIs associated with torrent applications. 回答1: Here is how to associate custom URIs with an application. I