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
Describe the bug
If you use the Java 9+ modular system, in my case 17, then a packaging error occurs
To Reproduce
Steps to reproduce the behavior:
Add file-kache-jvm.jar and kache-jvm.jar in ur classpath
Run ur app
See the error
Expected behavior
Running app without errors
System (please complete the following information):
Device: Desktop
OS: Windows 11
Stacktrace
Exception in thread "main" java.lang.module.ResolutionException: Modules file.kache.jvm and kache.jvm export package com.mayakapps.kache to module org.jsoup
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901)
at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736)
at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
at java.base/java.lang.module.Configuration.<init>(Configuration.java:140)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494)
The text was updated successfully, but these errors were encountered:
Describe the bug
If you use the Java 9+ modular system, in my case 17, then a packaging error occurs
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Running app without errors
System (please complete the following information):
Stacktrace
The text was updated successfully, but these errors were encountered: