I am trying to compile a java file in JDeveloper. We have the Oracle iProcuremment Application installed here, version 12.1.1. The java file validates the PO (purchase order) line DFFs. The java file references other .java files that are referencing files we are missing. I've been able to find the .class versions of the PoBaseEOImpl, PoBaseEntityDefImpl, PoLineMergeEOIImpl files but we don't have the .java version. I added the .class versions in the appropriate directory in the project in JDeveloper but still get "not found" errors on these files: PoBaseEOImpl, PoBaseEntityDefImpl, PoLineMergeEOIImpl.
Has anyone experience a similar issue and been able to resolve it?
Thanks.