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!

icons not displaying in oracle forms.

417099Jun 17 2009 — edited Jun 17 2009
Hi All,

I am trying to display icons on Oracle forms 10g.I just brought over these forms from another system and I am trying to display the icons like next record, clear form etc..

I have done the following steps so far. The icons are still not displaying. Appreciate any help.


Created a folder in D:\oracle\oracleas\forms\java called icons.

Copied all gif files and jpeg files into icons. Then created a jar file.

D:\oracle\oracleas\forms\java>jar -cvf my_icons.jar icons

It created the jar file in the same directory D:\oracle\oracleas\forms\java

Also changes were made to these files as shown below each file.


forms.conf

AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"

registry.dat

default.icons.iconpath=http://servername:7778/forms/java/


formweb.cfg

# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
imageBase=codebase

# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar,frmmain.jar, frmjdapi.jar, my_icons.jar

# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar,frmmain.jar, frmjdapi.jar, my_icons.jar


Also added this line under orion-web-app in orion-web.xml file.

<virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />


Restarted the OC4J forms server after any change.
This post has been answered by 385818 on Jun 17 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2009
Added on Jun 17 2009
11 comments
5,656 views