When using JavaFX 13, one has to use Java modules. When using Java modules with epublib, running a program fails with the following error message:
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for /home/christian.hujer/.m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.kxml2.io.KXmlParser,org.kxml2.io.KXmlSerializer not in module
When using JavaFX 13, one has to use Java modules. When using Java modules with epublib, running a program fails with the following error message: