sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

JDK 13 and java.lang.NoClassDefFoundError: com/sun/javafx/css/parser/CSSParser #1068

Closed TheRealVira closed 4 years ago

TheRealVira commented 4 years ago

Hey JFoenix Repository! ( :

I have had great fun when working with your components ~ which brings me to our current problem. Since we are using JDK 13 we are getting weird issues because of how the CSSParser was removed from the com.sun repo.

Is there any way we could work around that? Is there going to be a fix?

Kind regards~

acaproni commented 4 years ago

It affects also jdk 11

raoufOnGithub commented 4 years ago

It affects now JDK 14 too, im updating from JDK 8 to JDK 14 and I had too many problems with it.

jfoenixadmin commented 4 years ago

Make sure to use the right version of JFoenix. JFoenix 8 is for Java 8 JFoenix 9 is for Java 9+