Re: [10] Review request for 8185634, 8185634: Java Fx-Swing dialogs appearing behind main stage

2017-10-10 Thread Kevin Rushforth
Note that there is now a 04 version. It looks good to me, although someone more familiar with AWT should also check the AWT changes. We will need a test program for this (as a follow-on issue if not now). -- Kevin Alexander Zvegintsev wrote: Please review the updated version

Re: Building OpenJFX 9 with OpenJDK 9+181

2017-10-10 Thread Mario Ivankovits
Hi! I had the same problems when I tried to build JavaFX for the Raspberry PI this weekend. I „fixed" that by adding the —add-exports to the build.gradle file. The Google Drive Link will guide you to a hacky patch to the build.gradle file (+ some other changes). I was able to build JavaFX

Re: Building OpenJFX 9 with OpenJDK 9+181

2017-10-10 Thread Kevin Rushforth
This sounds like a bootstrap problem. I suspect that we are missing the needed --add-exports in build.gradle to build using a JDK that does not already have javafx.* modules. I filed the following bug to track this: https://bugs.openjdk.java.net/browse/JDK-8189111 As a workaround, you can

Building OpenJFX 9 with OpenJDK 9+181

2017-10-10 Thread Emmanuel Bourg
Hi, I've some trouble building OpenJFX 9 with OpenJDK 9+181 and Gradle 3.2.1 on Debian. I get the following compilation errors: /home/ebourg/openjfx9/modules/javafx.base/src/main/java/com/sun/javafx/binding/SelectBinding.java:47: error: package sun.util.logging is not visible import

SOLVED: Error building on Mac: compileDecoraNativeShadersMac fails

2017-10-10 Thread Lennart Börjeson
> 13 sep. 2017 kl. 11:33 skrev Lennart Börjeson : > > I'm trying to build OpenJFX on my Mac in order to integrate with openjdk 10 > (the shenandoah project; I know the vanilla jdk 9 has javafx built-in). > > I believe I've followed the build instructions, but