I need to open an URL in the system browser from a JavaFX WebView.
I've created a single method object, where the method runs:
java.awt.Desktop.getDesktop().browse(uri)
I then add the object to the webview "window" property, and call the method from javascript.
This causes the JVM to crash with exit code 132.
I've created a single method object, where the method runs:
java.awt.Desktop.getDesktop().browse(uri)
I then add the object to the webview "window" property, and call the method from javascript.
This causes the JVM to crash with exit code 132.