Recently JDK9 was released and it seems the (auto)module systems breaks exificient usage.
The problem relates to the fact that "exificient" has dependencies on "exificient-core", "exificient-grammars" and such which use the same package name...
Also, according to http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html it seems useful to add Automatic-Module-Name` entry in MANIFEST already now.
Recently JDK9 was released and it seems the (auto)module systems breaks exificient usage.
The problem relates to the fact that "exificient" has dependencies on "exificient-core", "exificient-grammars" and such which use the same package name...
Also, according to http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html it seems useful to add Automatic-Module-Name` entry in MANIFEST already now.