error: not a statement exception while compiling java
Hi,
While working on a requirement, I decomplied a seeded oracle class file ($JAVA_TOP/oracle/apps/icx/por/schema/server/AwardHelper.java) using jad.
Recompiling the same file gives me following error. Any idea on how to fix this ?
AwardHelper.java:288: error: not a statement
sqlexception1;
^
AwardHelper.java:305: error: not a statement
exception;
^
AwardHelper.java:391: error: not a statement
sqlexception1;
^
AwardHelper.java:408: error: not a statement
exception;
^
Thanks