Java: WARNING: Unknown module: PDF4Teachers.merged.module specified to –add-exports
Summary The issue at hand is a Java module resolution problem. When packaging the PDF4Teachers software using jlink, a warning is raised about an unknown module PDF4Teachers.merged.module specified in –add-reads and –add-exports options. This warning leads to a subsequent error when trying to open a PDF file, resulting in an IllegalAccessError due to the module … Read more