I am creating a QR code generator program in JAVA using ZXING library. The program is
import com.google.zxing.BarcodeFormat;
import com.google.zxing.WriterExcept
I got the same Issues and i solve it by downloading compatible zxing-javase.jar and zxing
http://www.java2s.com/Code/Jar/z/Downloadzxingjavasejar.htm http://www.java2s.com/Code/Jar/z/Downloadzxingjar.htm
the latest version are compatible and use ByteMatrix not BitMatrix. download them from original www.java2s.com