-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not compatible with JDK 10 #11
Comments
Yes , when install jdk 10 then .jar file not turn on , please help for this issue. Thanks |
I used JDK 10 and when i run the jar file of fontawesomefx-glyphsbrowser. I can't see anything! |
Same issue... Please help, thanks |
Exception in Application start method |
Can someone gives me solution for this? |
@davesrambla0123 Which version of java jdk do you use ? |
Java jdk 10 |
It has to do with the dependencies of the library. It is using 'controlsfx 8' which is not compatible with Java 10. Once upon a time i pull requested the search bar feature. It seems that i have to fix this too when i have time :) |
haven't they released yet : ( |
@J-Java You want it badly :)? You can use IKONLI FONT icons, far better in my humble opinion and more supported :) |
Compatibility issue:
It works fine in JDK 1.8 but when run in JDK 10 this error shown
Caused by: java.lang.NoClassDefFoundError: com/sun/javafx/css/parser/CSSParser
at de.jensd.fx.glyphs.GlyphIcon.(GlyphIcon.java:48)
at de.jensd.fx.glyphs.browser.GlyphsBrowserAppModel.lambda$init$0(GlyphsBrowserAppModel.java:92)
The text was updated successfully, but these errors were encountered: