Discussion:
Module Migration Issue
Sumner R Andrews Jr
2018-11-01 17:42:43 UTC
Permalink
I am using Apache Netbeans 9 and attempting to migrate a working program to Java 10 and Jigsaw. In one of the potential modules I am using Lang3 and Digester3-3.2 (with dependencies) which work well as common libraries in the non modularized program. When I add a Module-Info. Java to my project I encounter the following error message after the two are automatically added to the module path:



Lang3 and OpenCSV do not create errors:



The problem has to be with the the Digester jars. There is no commons.digester. I tried the Digester jars with and without dependencies. The same error keeps coming up.

Anyone, have any thoughts?

Sent from Sumner Andrews

Loading...