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!

FRM-92471: unable to load image c:\icons\menu_exit for iconic button item

978817Dec 15 2012 — edited Dec 15 2012
Please provide the solution how to get forms 11g button icons

1. Create a c:\icons folder and place all gifs in there
2. Make a Jar file in c:\icons through command prompt jar -cvf icons.jar *.gif
3. copy the icons.jar in C:\Oracle\Middleware\Oracle_Form1\forms\java\
4. Edit formsweb.cfg file:
imageBase=codebase
archive=frmall.jar,icons.jar
5. Edit Registry.dat file:
default.icons.iconpath=icons/
default.icons.iconextension=gif

6. Run Form :-
Not show icons at form runtime.


Form run time java console show message :-

Java Plug-in 1.6.0_25
Using JRE version 1.6.0_25-b04 Java HotSpot(TM) Client VM
User home directory = C:\Users\Shiva

----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

Forms Session ID is formsapp.2
The proxy host is null, and the proxy port is 0.
Native HTTP implementation is being used for the connection.
The connection mode is HTTP.
Forms Applet version is 11.1.2.0
FRM-92471: unable to load image c:\icons\menu_exit for iconic button item
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2013
Added on Dec 15 2012
1 comment
5,877 views