EBS Customizations (MOSC)

MOSC Banner

Recompiling Java code for AR BPA invoice print fails

edited Mar 4, 2015 10:05AM in EBS Customizations (MOSC) 2 commentsAnswered

I used a Java decompiler to extract Java code from class files for AR BPA print program. The class file name is PrintInvoiceThread.java and I got the file from $JAVA_TOP/oracle/apps/ar/bpa/presentment/cp in middle-tier. I copied the Java source code (PrintInvoiceThread.java) back to $JAVA_TOP/oracle/apps/ar/bpa/presentment/cp in middle-tier. I used the following command to recompile the code in Linux:

javac PrintInvoiceThread.java

But I get the following error message:

PrintInvoiceThread.java:149: cannot find symbol

symbol : variable localObject1

location: class oracle.apps.ar.bpa.presentment.cp.PrintInvoiceThread

/* 173 */ localObject1 = this.paramList.nextParameter();

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center