How to add AwesomeFontFX Icon Pack to JavaFX Project in IntelliJ IDEA?
问题 I am creating a mini-JavaFX project and wanted to use the Awesome Font Icon Pack.I loaded the fontawesomefx-8.9 using the Scenebuilder and opened the FXML in it and loaded two icons in it, also added the JAR file in External Libraries in IntelliJ but when I run the code it gives a ClassNotFoundException for de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView. What should I do? I removed the two Icons and the code runs fine. I searched many places but it only showed to add the JAR files to