Skip to content

Error in Compilation of Java #3

@SUHK76

Description

@SUHK76

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions