I'm using maven on centos 7, and starting with iText7. I followed the tutorial editing the pom file and Hello World project, but when I type
java -cp target/xxx-1.0-SNAPSHOT.jar com.itext.app.App
I got
java.lang.NoClassDefFoundError: com/itextpdf/layout/element/IBlockElement
Because I'm new to create Java project on linux, so I can't figure out where might be the problem.