Link
Skip to main content

Classpath vs Module Path

We recommend using the module path to load our jars for strong encapsulation:

--module-path "jarfolder" --add-modules com.idrsolutions.jpedal

However, you can still use the classpath with:

-cp jarfolder/jpedal.jar