Question
1
Replies
130
Views

Zurich Insurance Group
IN
Posted: January 19, 2022
Last activity: January 19, 2022
Last activity: 19 Jan 2022 5:31 EST
com.google.zxing.common.ByteMatrix can not be resolved to a type
Hi
I have wriiten a java code for QR-code generation in V8.1.it worked . but i when i imported the same code in V8.6 there is this Java code error "com.google.zxing.common.ByteMatrix cannot be resolved to a type ".
i used :
com.google.zxing.common.ByteMatrix matrix = writer.encode(text, com.google.zxing.BarcodeFormat.QR_CODE, width, heigh);
my expectation is since i added the old version Java code it might not exist for latest versions.
***Edited by Moderator Marije to change type from Pega Academy to Product, added Product details and Capability tags****