Omobolaji Micheal Adewunmi
Omobolaji Micheal Adewunmi
Hello, javafx-maven-plugin is a good plugin... But after creating and runing custom jre several times I still cannot find the jar file anywhere in the target folder... After some search...
> [WARNING] * Required filename-based automodules detected: [mp3agic-0.9.1.jar]. Please don't publish this project to a public artifact repository! * I get the above message when using mp3agic with java13 And...
Saw this error when using ikonli-icons with modular approach in a simple javafx application. modular.info ```java module com.example { requires javafx.base; requires javafx.controls; requires javafx.fxml; requires javafx.graphics; requires javafx.web; requires...