9iAS icons [message #603386] |
Sat, 14 December 2013 12:15 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/c70e51380f6e8af6765f6e8fede51587?s=64&d=mm&r=g) |
m.abdulhaq
Messages: 254 Registered: April 2013 Location: Ajman
|
Senior Member |
|
|
I have installed Oracle 9iAS Application server and forms version which we are running on is Forms 6i , the problem is all the icons are in the bin folder of source from which the application is running but when i open the interface using Oracle 9ias the icons are not getting displayed.I have added the icon path in registry and also tried to make a jar file and modified the formsweb.config file.
|
|
|
Re: 9iAS icons [message #603601 is a reply to message #603386] |
Tue, 17 December 2013 13:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/149761.png) |
deepakmannazhi
Messages: 137 Registered: February 2010 Location: Dubai, UAE
|
Senior Member |
![deepakmannazhi@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
Hai
You can create a jar file with all those icons, and copy it to Forms/Java Directory.
set the following in formsweb.cfg
# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
imageBase=CodeBase
archive_jini= Quote:include the jar file name here
[Updated on: Tue, 17 December 2013 13:01] Report message to a moderator
|
|
|
Re: 9iAS icons [message #607553 is a reply to message #603601] |
Sun, 09 February 2014 11:12 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](//www.gravatar.com/avatar/c70e51380f6e8af6765f6e8fede51587?s=64&d=mm&r=g) |
m.abdulhaq
Messages: 254 Registered: April 2013 Location: Ajman
|
Senior Member |
|
|
Hi deepak, i tried to change the parameter as you told, and i gave the path as following but nothing happened , do i need to restart the 9ias server.
archive_jini= C:\ORACLE\806\FORMS60\JAVA\ORI.JAR
|
|
|