Where is Java System Properties in Oracle R12.1.3
We opened a SR 3-10701804561 : "java.lang.NoClassDefFoundError:oracle/classloader/util/AnnotatedLinkageError"-Oracle Installed Base
Oracle suggested below action which isnt clear:
Solution
1. sendLPRCopy2.jar is from a Third Party Application called Unitask.
This jar also had this class: oracle.jdbc.OracleConnection, hence there will be a conflict and the linkageError is thrown.
There should be only one reference to the class: oracle.jdbc.OracleConnection, which is provided by either jdbc12.zip or classes12.zip.
Verify in java.class.path defined from the Java System Properties and remove the duplicate path which is pointing to class file: OracleConnection.
2. Retest the issue.