Closed utybo closed 5 years ago
There is a documented issue: https://openjfx.io/openjfx-docs/#IDE-Eclipse, section Non-modular with Gradle/4. Run project. The same is documented for Maven projects.
The issue is also documented here: https://stackoverflow.com/questions/52906570/javafx-11-using-maven-throws-exception-windowsnativerunloopthread
where it is notified that the issue happens also using IntelliJ.
I guess you should add these details to your IDEA issue.
Anyway, this is not an issue of the plugin, but mainly an IDE issue, so feel free to close it.
Thank you, I somehow missed the first link while looking for a solution. I have added all of that to the IDEA issue.
For the record, this is entirely fixed in IntelliJ IDEA 2019.2
This issue happens when running the non-modular sample for IntelliJ when running
gradle run
inside IntelliJ.JDK 12 (AdoptOpenJDK 12.0.2 with HotSpot)
My guess is that the DLLs included in the platform dependencies are not getting loaded for some reason.
Edit: I have also created an issue on IntelliJ IDEA's bug tracker just in case the issue comes from their end https://youtrack.jetbrains.com/issue/IDEA-219912