-
Notifications
You must be signed in to change notification settings - Fork 7
Description
ORA-29541: class APPS.QRCodeGenerator could not be resolved
Warning: Java created with compilation errors.
SQL> show error;
Errors for JAVA SOURCE "QRCodeBean":
LINE/COL ERROR
0/0 QRCodeBean:13: error: cannot find symbol
0/0 4 errors
0/0 ^
0/0 symbol: class QRCode
0/0 location: package net.glxn.qrgen
0/0 QRCodeBean:14: error: cannot find symbol
0/0 import net.glxn.qrgen.image.ImageType;
0/0 ^
0/0 symbol: class ImageType
0/0 location: package net.glxn.qrgen.image
0/0 QRCodeBean:34: error: cannot find symbol
LINE/COL ERROR
0/0 out =
net.glxn.qrgen.QRCode.from(value).to(ImageType.GIF).stream();
0/0 ^
0/0 symbol: variable ImageType
0/0 location: class QRCodeGenerator
0/0 QRCodeBean:34: error: cannot find symbol
0/0 out =
net.glxn.qrgen.QRCode.from(value).to(ImageType.GIF).stream();
0/0 ^
LINE/COL ERROR
0/0 symbol: class QRCode
0/0 location: package net.glxn.qrgen
0/0 Note: QRCodeBean uses or overrides a deprecated API.
0/0 Note: Recompile with -Xlint:deprecation for details.
0/0 import net.glxn.qrgen.QRCode;