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
I can't seem to integrate libraries org.apache.poi:poi into my project (JavaFX with Java21 and Gradle) when I start task jpackage.
Maybe I'm too stupid and I think I've tried everything.
During task createMergedModule I get the following errors:
Fehler: Modul nicht gefunden: org.apache.poi.poi
requires org.apache.poi.poi;
Fehler: Modul nicht gefunden: org.apache.poi.ooxml
requires org.apache.poi.ooxml;
They are written in German, but the meaning is that it cannot find the modules.
Where do I go wrong? I give you the entire project configuration below:
NB: for list mergedModule I used task suggestMergedModuleInfo
Thank you in advance.
I can't seem to integrate libraries
org.apache.poi:poi
into my project (JavaFX with Java21 and Gradle) when I start taskjpackage
.Maybe I'm too stupid and I think I've tried everything.
During task
createMergedModule
I get the following errors:They are written in German, but the meaning is that it cannot find the modules.
Where do I go wrong? I give you the entire project configuration below:
NB: for list
mergedModule
I used tasksuggestMergedModuleInfo
Thank you in advance.
File:
module-info.java
File:
build.gradle
The text was updated successfully, but these errors were encountered: