我需要一些帮助来尝试使用命令行运行以下 maven 项目: Https://github.com/sarxos/webcam-capture ,webcam-catch-qrcode 示例就是我正在尝试运行的例子。我使用 Eciplse IDE 运行它,但是需要将它移到只使用命令行的位置。这罐子是 Maven 做的。
我在努力
java -classpath ./webcam-capture/target/webcam-capture-0.3.10-SNAPSHOT.jar com.github.sarxos.webcam.WebcamQRCodeExample
但我一直觉得
Exception in thread "main" java.lang.NoClassDefFoundError: com/github/sarxos/webcam/WebcamQRCodeExample
Caused by: java.lang.ClassNotFoundException: com.github.sarxos.webcam.WebcamQRCodeExample