forms9i icons on buttons [message #84699] |
Mon, 19 April 2004 03:55 |
Fatima
Messages: 2 Registered: April 2004
|
Junior Member |
|
|
I followed oracle's whitepaper on deploying icons and created a .jar file
in the forms90java directory. However the icons (.gif files) still don't appear when i run my .fmx application.
The jar archive file is accesible from the web and the icon names in the jar file have the right case.
Is there anything else i'm missing???
|
|
|
Re: forms9i icons on buttons [message #84743 is a reply to message #84699] |
Wed, 21 April 2004 11:23 |
ram kumar
Messages: 113 Registered: August 2002
|
Senior Member |
|
|
after placing th jar file in java directory
have u modified formsweb.cfg??
Changes have to be made in ....forms90serverformsweb.cfg
archive_jini=f90all_jinit.jar,icons.jar
imageBase=codeBase
|
|
|