Following error occurs when using AdoptOpenJDK and OpenJFX. “Error initializing QuantumRenderer: no suitable pipeline found”
问题 I am using IntelliJ, Gradle, AdoptOpenJDK 12 and OpenJFX for my project. I am trying creating a simple HelloWorld kind of program to get started with OpenJFX. My project runs fine with OracleJDK but the moment I switch to AdoptOpenJDK 12 and run the project I get the following error in the console: Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found Caused by: java.lang.RuntimeException: No toolkit found I have tried switching to IBM JDK and