com.google.zxing.NotFoundException exception comes when core java program executed?

前端 未结 9 1593
情书的邮戳
情书的邮戳 2020-12-16 16:56

I have a jpeg file which has 2D bar code. Image resolution is 1593X1212. I am using xing library to decode this barcode from image. I got following code on net.



        
9条回答
  •  爱一瞬间的悲伤
    2020-12-16 17:39

    I had the same problem, I was calling a readQRCode(filePath, charset, hintMap); and was getting the same message. I was calling a library I had written using the zxing libraries. To fix it just add the (zxing) jars to your top level code, even if the libraries are not accessed there.

提交回复
热议问题