Classpath vs Module Path
If you are using Java 11 or above you should use the module path to load our jars:
--module-path "jarfolder" --add-modules com.idrsolutions.jpedal
However, if you are still using Java 8 you must use classpath instead:
-cp jarfolder/jpedal.jar
Just click a button below if you have more questions or need any help