While accessing Oracle Application forms, we may encounter the issue - FRM-92095: Oracle Jinitiator Version Too Low Please Install Version 1.1.8.2 Or Higher
The workaround available to resolve the issue is as follows,
Ensure that all browser windows are closed.
Ensure that all browser windows are closed.
Access the Advanced
System settings from the Control Panel.
On a Windows 7
client machine, this is done as follows : Navigate to the Control Panel, select
the System item, select the Advanced system settings option.
On a Windows XP
client machine, this is done as follows : Navigate to the Control Panel, locate
and open the System item, in the System Properties dialog, navigate to the
Advanced tab.
Select the
Environment Variables button.
Go through both the
User variables box and the System variables box, looking for an existing
variable called JAVA_TOOL_OPTIONS.
Assuming no existing
JAVA_TOOL_OPTIONS variable is found, select the New button in the System
variables block, at the bottom of the screen.
In the resultant New
System Variable dialog, create a new variable with the following information:
Variable name : JAVA_TOOL_OPTIONS
Variable value :
-Djava.vendor="New Oracle"
(Note the leading
hyphen "-" in the value)
Select the OK button
in the Environment Variables dialog, then the OK button in the System
Properties dialog to save this change.
This works by
changing the vendor information for Java from Oracle to anything else; using
the string "New Oracle" will avoid confusion; you can use the
"Sun Microsystems Inc." string too.
This then stops the
Java code in Forms 10g from thinking that the Java client is an older version
of JInitiator, which is no longer supported - hence the confusing message.