Home » Developer & Programmer » Forms » Icons are not showing on client pc in forms 10g application (Forms 10g , Server 2003)
icon14.gif  Icons are not showing on client pc in forms 10g application [message #343826] Thu, 28 August 2008 05:19 Go to next message
manudu20
Messages: 45
Registered: August 2008
Location: Mumbai
Member
Hi all,
I have a problem regarding icons on buttons in forms 10g.
I am using forms 10g and running our erp in web

http://59.165.13.168:8889/forms/frmservlet?config=nds

As, its running properly but icons are not showing in client pc while its showing on server correctly.

I have done changes like
1.In "registry.dat"
default.icons.iconpath= http://59.165.13.168:8889/forms/icon
default.icons.iconextension=gif

2.In "orion-web.xml"
<virtual-directory virtual-path="/icon"
real-path="F:\DevSuiteHome_1/forms/icon" />

3.Copied icon folder(containing gif images) in /oracle_homes/forms

4. Write the path of icon folder in "UI_ICON" node of registry.

Can anyone solve my problem /


Bye
Re: Icons are not showing on client pc in forms 10g application [message #344020 is a reply to message #343826] Thu, 28 August 2008 10:47 Go to previous messageGo to next message
szogu
Messages: 21
Registered: July 2008
Junior Member
The way I displayed Icons in my PC was as described below:
1. Create a jar file that contains all my icons (lets called icons.jar)
2. Move this jar file in the folder where all other jar files (f90all.jar,f90_jinit.jar). It should be \forms90\java
3. Modify formsweb.cfg (dpends what you using lines
For jinitiatior:
archive_jini=f90all_jinit.jar,icons.jar
For Java sun plugging
archive=f90all.jar,icons.jar

Regards
Re: Icons are not showing on client pc in forms 10g application [message #344184 is a reply to message #344020] Fri, 29 August 2008 00:51 Go to previous messageGo to next message
manudu20
Messages: 45
Registered: August 2008
Location: Mumbai
Member
HI dost ,
I have server 2003 operating system and its not allowing me to create jar file .
and also my icons are not displaying in web client machine.

[Updated on: Fri, 29 August 2008 00:57]

Report message to a moderator

Re: Icons are not showing on client pc in forms 10g application [message #344729 is a reply to message #344184] Mon, 01 September 2008 02:11 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Is this a permissions problem? If so, talk with your adminstrator.

David
Re: Icons are not showing on client pc in forms 10g application [message #344731 is a reply to message #344729] Mon, 01 September 2008 02:13 Go to previous messageGo to next message
manudu20
Messages: 45
Registered: August 2008
Location: Mumbai
Member
Can u please send me the syntax of creating jar file may be i am missing some syntax.
Re: Icons are not showing on client pc in forms 10g application [message #345810 is a reply to message #344731] Thu, 04 September 2008 21:41 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Google 'create Jar file' and you will find http://java.sun.com/docs/books/tutorial/deployment/jar/build.html

David
Re: Icons are not showing on client pc in forms 10g application [message #346396 is a reply to message #343826] Mon, 08 September 2008 07:39 Go to previous messageGo to next message
marwa.m
Messages: 9
Registered: September 2008
Junior Member
how can i Create a jar file that contains all my icons (lets called icons.jar)
Re: Icons are not showing on client pc in forms 10g application [message #346560 is a reply to message #346396] Mon, 08 September 2008 20:33 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
With which part of the syntax "jar cf jar-file input-file(s)" are you having a problem?

David
Re: Icons are not showing on client pc in forms 10g application [message #346624 is a reply to message #346560] Tue, 09 September 2008 02:58 Go to previous messageGo to next message
marwa.m
Messages: 9
Registered: September 2008
Junior Member
This error has occurred (jar is not recognized as an internal or external command,operable program or batch file )
Re: Icons are not showing on client pc in forms 10g application [message #346658 is a reply to message #346624] Tue, 09 September 2008 04:38 Go to previous messageGo to next message
manudu20
Messages: 45
Registered: August 2008
Location: Mumbai
Member
yes i am getting this problem
Re: Icons are not showing on client pc in forms 10g application [message #346667 is a reply to message #346658] Tue, 09 September 2008 05:40 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Quote:
jar is not recognized as an internal or external command,operable program or batch file

It means that either it is not installed, or that you are trying to run it from a directory which doesn't contain "jar" executable, or that directory is not part of the PATH environment variable (so it can not be found).
Re: Icons are not showing on client pc in forms 10g application [message #346670 is a reply to message #346667] Tue, 09 September 2008 05:44 Go to previous messageGo to next message
manudu20
Messages: 45
Registered: August 2008
Location: Mumbai
Member
for creating jar file should i have to install some software.
I am executing jar file command from c directory..

Re: Icons are not showing on client pc in forms 10g application [message #346677 is a reply to message #343826] Tue, 09 September 2008 05:57 Go to previous messageGo to next message
marwa.m
Messages: 9
Registered: September 2008
Junior Member
So How Can We Solve This Problem??
Re: Icons are not showing on client pc in forms 10g application [message #346683 is a reply to message #346677] Tue, 09 September 2008 06:23 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Probably by installing JDK (Java Development Kit). It contains the "jar" archiver (JAR = Java ARchiver), which packages related class libraries into a single JAR file. Check the Sun microsystems' Developer Network Download site.
Previous Topic: Creating Text Item at run time
Next Topic: to select best two from three quizez and the find its avaerage
Goto Forum:
  


Current Time: Mon Feb 03 12:51:55 CST 2025