4 Jul 2014

Icons Buttons in 11g Fusion Middleware.

1. Start the following Services
     Start Weblogic Admin Server
     Start Weblogic Server WLS_FORMS

2. copy the icon folder in following path
    D:\Oracle\Middleware\DeveloperSuite\forms\java

3. Switch to command Prompt

   cd D:\Oracle\Middleware\DeveloperSuite\forms\java\icons
   now apply the following command
   D:\Oracle\Middleware\DeveloperSuite\forms\java\icons>D:\Oracle\Middleware\DeveloperSuite\jdk\bin\jar -cvf icons.jar *.gif


4.copy the icons.jar file into D:\Oracle\Middleware\DeveloperSuite\forms\java


5.Open the browser and write the following address in address bar
  http://CC-PC:7003/em   where cc-pc is your pc name
  now enter username and password with weblogic username and password
   Open the Forms node you can see in blue words form (select this radio button), and click on web configuration option
   now you are in web configuration screen, select  'ALL' option in Section:Default and change the following parameter
  and press apply button
    imageBase=codeBase
    archive_jini=frmall.jar,icons.jar

6.Press back button on browser, click on Enviornment Configuration  and apply the following changes
  at the end of CLASSPATH parameter add the following value
  ;D:\Oracle\Middleware\DeveloperSuite\forms\java\icons.jar 
  and press apply button


7.Now Move to windows explorer, open the following path and folder, open the registery.dat file in wordpad, the path is
  D:\Oracle\Middleware\user_projects\domains\FormsClassicDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.2\config\forms\registry\oracle\forms\registry
  you see the registery.dat file, first take the backup and apply the following parameters
  default.icons.iconpath=icons/
  default.icons.iconextension=gif

8. a block message appear from java, press do not block

9. now run your forms

The path and drive i used to this practical its created on my PC, but you must change the path and drive where you install the oracle forms.