How to Deploy Debug Java Classes and Libraries to a R12.2 Instance ?
(Doc ID 3000612.1)
Last updated on NOVEMBER 27, 2024
Applies to:
Oracle Web Applications Desktop Integrator - Version 12.2 and laterOracle Report Manager - Version 12.2 and later
Information in this document applies to any platform.
Goal
How to Deploy Debug Classes and Libraries to a R12.2 Instance?
- As part of the Bug analysis and correction process, development sometimes needs to give debug classes with additional logging messages and/or possible solutions.
- These debug classes or libraries need to be reachable by the $CLASSPATH.
- In R12.2, the product classes are read from libraries (jar files) located at $JAVA_TOP/oracle/apps/fnd/jar
- Web Applications Desktop Integrator jar file is bneall.jar and Report Manager jar file is frmall.jar
- Product jar files are signed files, generated by adadmin tool.
- By adding Debug libraries, Java loads them per the classpath, before the product shipped jar files, so that Debug classes override the product classes during runtime.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |