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!