Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

read image from jar file by READ_IMAGE_FILE url type

robert96May 2 2020 — edited May 5 2020

I am using forms 12c version,

1、I use READ_IMAGE_FILE('http://xx.xx.xx.xx:9001/forms/java/logo.png','URL','others.logo_image') in WHEN-NEW-FORM-INSTANCE trigger and image display OK,

2、I use command "jar -cvf image.jar *.png" to create image.jar in  /forms/java/ directory , and modify  formsweb.cfg file add  image.jar to archive setting.  also I use READ_IMAGE_FILE('logo.png','URL','others.logo_image') in WHEN-NEW-FORM-INSTANCE trigger , but can not display image  , get FRM-92470 error.

so anyone can give me some advice. Thanks!

Comments
Post Details
Added on May 2 2020
3 comments
2,577 views