When running JDK8 or JDK9 deploy code with jre below 7u21, calls to toolkis's abstract method showFileChooser fail with AbstractMethodException. Before 7u21 the call had 4 args, and after it has 5. We should catch this exception and try to do something (like calling the 4 arg version thru reflection). you can see this behavior by installing JDK9 and 7u10 and running : http://oklahoma.us.oracle.com/www/tests/dialogs/jnlp/fx7.jnlp
|