|  | 
		Hi Erman,
 I'm trying to use Apache POI jar files in my custom oaf page. I was able to run the page successfully from Jdev. I've added the jar files on the project library.
 
 Now I'm trying to deploy the page and the jar files. I am having trouble doing this.
 
 Initially I checked the document (Doc ID 433241.1) but its for R12.0 to R12.1.
 
 I also checked document (Doc ID 1331703.1). But this is more of debugging and look a bit complicated to me.
 
 Is it possible to just add an entry on the ebsProductManifest_xml.tmp just before the classpath entry for the customprod.jar? Like this:
 
 <classpath>
 <absolute-path>%s_current_base%/EBSapps/comn/java/lib</absolute-path>
 <relative-path>../../../../java/lib</relative-path>
 <windows-path>@BEA_HOME@/../EBSapps/comn/java/lib</windows-path>
 <libraries>
 <library>poi-ooxml-3.12-20150511.jar</library>
 <library>poi-3.12-20150511.jar</library>
 </classpath>
 <classpath>
 <absolute-path>%s_current_base%/EBSapps/comn/java/classes</absolute-path>
 <relative-path>../../../../java/classes</relative-path>
 <windows-path>@BEA_HOME@/../EBSapps/comn/java/classes</windows-path>
 <libraries>
 <library>customall.jar</library>
 <library>customprod.jar</library>
 </classpath>
 
 
 then bounce the Weblogic server? Or is there a better and more clear way to do this? Thanks.
 
 Rgrds,
 Anthony
 
 |