Hi all!
I am using Zxing to scan QR-Codes which I capture via a webcam and the "webcam-capture" library.
Everything works fine if I run my project (it is a JavaFX project) in Eclipse. But if I build my project and try to run the .jar or the .jnlp or the applet, I get the following error:
Caused by: java.lang.NoClassDefFoundError: com/google/zxing/NotFoundException
at de.paan.client.webcam.ScanBarcodeService.createTask(Unknown Source)
at javafx.concurrent.Service.start(Service.java:575)
at de.paan.client.PAANTagWindowController.handleStartScanButton(Unknown Source)
Can anyone tell me, where this problem comes from?
Thanks
Dominik