You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: