Re: JDK9 build 119 fails on Ubuntu Gnome 16.04

2016-05-20 Thread Jim Graham
This should be fixed in the next build (fix is already pushed to our 9-dev FX repo). It was caused by getting a "0" from the GDK APIs that specify the scaling factor. We now protect against that uninitialized value... ...jim On 5/20/16 8:30 AM, Kevin Rushforth wrote:

Re: JDK9 build 119 fails on Ubuntu Gnome 16.04

2016-05-20 Thread Kevin Rushforth
Jim can comment further, but this might be related to the recent Hi-DPI support for Linux that went into build 119. Btw, the updated WebKit will be in build 120. -- Kevin Thomas Kruse wrote: Hi, I tested the latest build 119 of JDK9. I was curious to try out the WebKit update, but even a

JDK9 build 119 fails on Ubuntu Gnome 16.04

2016-05-20 Thread Thomas Kruse
Hi, I tested the latest build 119 of JDK9. I was curious to try out the WebKit update, but even a very simple JavaFX class threw the following exception. I tried to force GTK2, since I suspected GTK3 support as the culprit, but this did not help. java -Djdk.gtk.version=2 -Djdk.gtk.verbose=true