When I force a GTK I get the following: ```-Djdk.g...
# tornadofx
a
When I force a GTK I get the following:
Copy code
-Djdk.gtk.version=3 -Djdk.gtk.verbose=true
Copy code
checking GTK version 3
trying GTK library libgtk-3.so.0
trying GTK library libgtk-3.so
trying GTK library libgtk-x11-2.0.so.0
trying GTK library libgtk-x11-2.0.so
Exception in thread "main" java.lang.UnsupportedOperationException: Internal Error
	at com.sun.glass.ui.gtk.GtkApplication.lambda$new$5(GtkApplication.java:158)
	at java.security.AccessController.doPrivileged(Native Method)