palexdev / MaterialFX

A library of material components for JavaFX
GNU Lesser General Public License v3.0
1.18k stars 119 forks source link

Unsupported JavaFX configuration #40

Closed brandonrock919 closed 3 years ago

brandonrock919 commented 3 years ago

I upgraded to new version 11.11.0 but now I receive this error WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @43586eb9' Environment : JDK 11 non modular app

palexdev commented 3 years ago

Strange, I just tested it with two non-modular apps, and it doesn't throw any error Can you provide a minimal reproducible example

brandonrock919 commented 3 years ago

mfxtest.zip Check this please I created black project with Gradle and MFX if you change the MFX version to 11.10.0 the error message will disappear

palexdev commented 3 years ago

Ah yes I think I got it You are starting the app using the IDE "Run" instead of running it with Gradle This is a new thing of JavaFX 16, see here Commit You should run the app with Gradle and the warning will go away

palexdev commented 3 years ago

Closing as it's not really an issue