You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that I use parts of it right now within Java 17 I would not agree with that statement. However you will need to mess around with JVM parameters. There are some issues in this GitHub which talk about problems people have had, and some proposed solutions.
But it'll vary depending on your needs, you need to examine the errors carefully.
Basically "Jigsaw" (Java 9+ Module System) and other later changes destroyed the simplicity of using JavaFX that we had with Java 8 and before, so now we need to jump through a ton of hoops, because [reasons].
One can totally disable module system in java. Hence jFoenix will works as expected. With module system there are couple of issues exists which takes time and efforts to fix it!
I would like to see it updated because it is the best javafx library
The text was updated successfully, but these errors were encountered: