openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
347 stars 59 forks source link

Unknow module issue #128

Closed ogozman closed 2 years ago

ogozman commented 2 years ago

Hello, i have an issue when running my application. When the appication starts I see a bunch of warnings like : WARNING: Unknown module: javafx.controls specified to --add-exports WARNING: Unknown module: javafx.base specified to --add-exports WARNING: Unknown module: javafx.controls specified to --add-opens WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @6e2c9341'

From what I understand, this issue can be cause by the fact the javafx modules are loaded from the classpath, whoever, i see that in other issues people state that they are in fact modularized. Can you help? What am I missing?

Thank you!