Skip to main content

Activate Jinitiator With Microsoft Windows 7 &Vista

Using Microsoft Windows 7 & Vista may introduce the problem of activating Jinitiator while running Oracle forms via oracle application server. The basic solution for this is listed as following.

1. Download latest Java JDK (such as jdk1.6.0)

2. Install JDK and copy the file X:\Program Files\Java\jre1.6.0_01\bin\client\jvm.dll to folder X:\Program Files\Oracle\JInitiator 1.3.1.21\bin\hotspot. To overwrite the existing jvm.dll.

3. Solve OS compatible issue
under folder X:\Program Files\Oracle\JInitiator 1.3.1.21\lib
change font.properties.zh.5 to font.properties.zh.6,and
font.properties.zh.5.1 to font.properties.zh.6.1

4. Languages compatible issue (if you use multiple languages)
in file X:\Program Files\Oracle\JInitiator 1.3.1.21\lib\font.properties, change filename.\u5b8b\u4f53=SIMSUN.TTF to filename.\u5b8b\u4f53=SIMSUN.TTC

Comments

Anonymous said…
Thanks Bilal,
It's working now with VISTA.
nani said…
What about Windows 7
Muhammad Bilal said…
for windows 7 it's the same steps you have to follow

Popular posts from this blog

Canceling Requisition Lines Using a Spreadsheet

Please click the link below to access the document. Canceling Requisition Lines Using a Spreadsheet Cancel Requisition Lines Canceling Requisition Lines Using a Spreadsheet: Procedure As an authorized procurement user you can cancel requisition lines in batches using a spreadsheet. For example, you can review requisition lines that have been inactive for a long period of time. If they are overdue for cancellation, you can update their status to free up reserved funds. Follow these steps to cancel requisition lines using a spreadsheet: Select and download requisition lines to a spreadsheet. Review the lines in the spreadsheet and update their status to canceled. Upload the spreadsheet to update the application. Prerequisite Before you can cancel requisition lines using a spreadsheet, you must install the Oracle ADF Desktop Integration client software on your computer. The add-in enables desktop integration with Microsoft Excel workbooks. Downlo...

How To Change the Apps Password

The passwords of APPS and APPLSYS must be identical. So you just need to change APPLSYS password not APPS , by changing APPLSYS password , APPS password assumes the same value (i) Shutdown the Applications Tier services on each of the Nodes Database Tier Services must be up and running Any node where APPL_TOP , 8.0.6 and iAS ORACLE_HOME are present is part of the Application tier Any node where RDBMS ORACLE_HOME is present is part of the Database tier (ii) Then . issue the commands at the Unix command line similar to the following on any Node of Oracle Applications where the executable FNDCPASS is present in $FND_TOP/bin To change the APPLSYS password: FNDCPASS apps/apps_schema_password 0 Y system/system_schema_password SYSTEM APPLSYS new_password Ex: FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS CITRIX123 To change an Oracle user password: FNDCPASS apps/apps_schema_password 0 Y system/system_schema_password ORACLE apps_database_user new_password Example FNDCPASS app...

How to Remove the Yellow Warning Bar in Release 11i

PURPOSE ------- Why do I get a Yellow Warning Bar connecting to Applications Rel 11i? How to Remove the Yellow Warning Bar in 11i? SCOPE & APPLICATION ------------------- Anyone using Oracle Applications Rel 11.5.x HOW TO REMOVE THE YELLOW WARNING BAR IN ORACLE APPLICATIONS REL 11.5.x ------------------------------ ------------------------------ ---------- If you are connecting to an Oracle Applications Rel 11.5.1 Instance and now see a Yellow Warning Bar in the bottom margin of your screens I What does the Yellow Warning Bar mean II Who does this affect? III Where are all the files located IV Why do I get it now, what changed? V How to remove it. I - What does the Yellow Warning Bar mean? Oracle Applications Rel 11.5.1 (11i) requires that its code run in a trusted mode, and uses JInitiator to run Java applets on a desktop client. If an applet is "trusted," however, Java will extend the privileges of the applet. The Yellow Warning Bar is a warning that you...