Java files location
Hi all,
I need to find a java file that user is requesting to me, but I only find the class under $JAVA_TOP.
I send it to the user but he needs the .java , so, is there a path where this java is stored?
In example he needs the java of this class:
$JAVA_TOP/oracle/apps/po/communicate/PoGenerateDocumentCP.class
If I check the version of this class, I can see the name of the java file:
$ strings -a PoGenerateDocumentCP.class | grep Header
Y$Header: PoGenerateDocumentCP.java 120.18.12010000.13 2013/08/13 09:36:24 venuthot ship $
Any comment very appreciated.
Btw, EBS version is 12.1.0.3
Best Regards!,