java fx 11

2020-03-30 Thread Eduard Filipas
hi i have a possible problem. i wrote project in openJDK 11 and java FX 11 i used intelij idea latest version and on both win10 or win7 when i execute project with batch file including javaw command then cmd is activated  it shouldnt show cmd. if i start project as proces within my pascal

Re: Java-FX 11. Missing toolkit? Error initializing QuantumRenderer

2018-10-15 Thread Andrew Munn
Thanks Kevin. It was missing .so files. On Mon, 15 Oct 2018, Kevin Rushforth wrote: > There is no more jfxrt.jar as of JDK 9, so no, that isn't the problem. It > looks like it can't load the native libraries. Two things to try to get more > information: > > 1. Run with "-Dprism.verbose=true"

Re: Java-FX 11. Missing toolkit? Error initializing QuantumRenderer

2018-10-15 Thread Kevin Rushforth
There is no more jfxrt.jar as of JDK 9, so no, that isn't the problem. It looks like it can't load the native libraries. Two things to try to get more information: 1. Run with "-Dprism.verbose=true" and "-Djavafx.verbose=true" and see if that gives a better error message. 2. Check to see tha

Java-FX 11. Missing toolkit? Error initializing QuantumRenderer

2018-10-15 Thread Andrew Munn
I'm using x2go to connect to a session running the Mate window manager and seein this error. Could it be related to a missing jfxrt.jar? I don't see that jar under /opt/javafx-sdk-11 I'm starting my application with these: --add-opens javafx.fxml/javafx.fxml=ALL-UNNAMED" --illegal-access=perm