Dear members of support, I have cloned this repo https://github.com/BrentDouglas/pdfbox and after that made
cd examples
after that I run
mvn clean install
That command generates inside of the examples folder a folder target with a jar name pdfbox-examples-3.0.0-SNAPSHOT.jar. I am trying to run the main class of org.apache.pdfbox.examples.signature.CreateSignature using
java -cp target/pdfbox-examples-3.0.0-SNAPSHOT.jar org.apache.pdfbox.examples.signature.CreateSignature
But I get
Error: Could not find or load main class org.apache.pdfbox.examples.signature.CreateSignature
What is wrong with my command? Could you help me, please?