JavaFX Application Custom Scheme URI Handler
问题 I have created a JavaFX Application which can be open using a custom scheme myscheme://argument1/argument2 I have successfully implemented the info.plist file which has the following content: <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>com.myapp.Main</string> <key>CFBundleURLSchemes</key> <array> <string>myscheme</string> // <-- this is the scheme which can open the application </array> </dict> </array> Now after this i'm successfully able to open my