-
Bug
-
Resolution: Fixed
-
P3
-
8u102, 9
-
b120
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163601 | 8u121 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8157089 | 8u112 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8167695 | emb-8u121 | Andy Herrick | P3 | Resolved | Fixed | b01 |
in JDK8 or JDK9 deploy code if you run FX app with jre below 7u55, showMessageDialog will fail as follows:
10 arg showMessageDialog fails with NoSuchMethodError
11 arg showMessageDialog fails with AbstractMethodError
13 arg showMessageDialog fails with AbstractMethodError
You can see this by installing JDK9 and 7u10 and then running:
http://oklahoma.us.oracle.com/www/tests/dialogs/jnlp/fx7.jnlp
10 arg showMessageDialog fails with NoSuchMethodError
11 arg showMessageDialog fails with AbstractMethodError
13 arg showMessageDialog fails with AbstractMethodError
You can see this by installing JDK9 and 7u10 and then running:
http://oklahoma.us.oracle.com/www/tests/dialogs/jnlp/fx7.jnlp
- backported by
-
JDK-8157089 FXUIToolkit.showMessageDialog() fails when running jre below 7u55
- Resolved
-
JDK-8163601 FXUIToolkit.showMessageDialog() fails when running jre below 7u55
- Resolved
-
JDK-8167695 FXUIToolkit.showMessageDialog() fails when running jre below 7u55
- Resolved