I did an example that you may clone by
git clone https://github.com/rolfschumacher/chFop.git
Importing it to Eclipse as an existing Maven project and let it run leads to
Unable to derive module descriptor for org/apache/xmlgraphics/fop-core/2.10/fop-core-2.10.jar
Hence, what do I have to do to make it run?
-ptreats the JARs to be on the modulepath-cpconsiders it to be on the classpath. Sojava -cp "lib/fop-core-2.10.jar:lib/xmlgraphics-commons-2.10.jar:chFop-0.0.1-SNAPSHOT.jar" eu.ngopng.chFop.Appshall work.java -cp "lib/*:target/chFop-0.0.1-SNAPSHOT.jar" eu.ngong.chFop.Appwith lib containing batik-all-1.18.jar, commons-logging-1.3.4.jar, fop-events-2.10.jar, xmlgraphics-commons-2.10.jar, commons-io-2.17.0.jar, fop-core-2.10.jar, fop-util-2.10.jar. Hence, I got to wait for using fop with JPMS, right?