9iAS icons [message #603386] |
Sat, 14 December 2013 12:15 |
|
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 |
|
deepakmannazhi
Messages: 137 Registered: February 2010 Location: Dubai, UAE
|
Senior Member |
|
|
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 |
|
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
|
|
|