Question
NTT Data
US
Last activity: 15 Jan 2019 8:09 EST
zxing-zxing-3.3.3 not recognizing compiler classpath
Hi
I need to use java code from zxing-zxing-3.3.3 - mainly for barcode reader since our barcode /QR code reader only available for mobile app , I added in compilerpath as shown below, my expectation is since i added in compiler path as shown in zxingclasspath.PNG.
But after i added i am trying to get below zxing package related code in activity java step or library or function am getting an error since is not recognized
import com.google.zxing.*;
import com.google.zxing.client.j2se.BufferedImageLuminanceSource;
import com.google.zxing.common.HybridBinarizer;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.File;