Problem
Browser crashes during recording of Oracle Forms.
Resolution
When recording Oracle Forms 6i it is recommended that you disable Java JIT (Just-In-Time compiling) in the Java Runtime settings.
This is because the JIT library of the Java Virtual Machine (symcjit.dll) may crash your browser.
Java JIT can be disabled using one of the following options:
Option 1: Define -
DJAVA.COMPILER=NONE in the Java runtime settings of the Oracle
JInitiator Properties dialog. This must be done using the JInitiator control panel, which is installed with JInitiator (available in the Windows
control panel).
- Launch the JInitiator Control Panel.
- Add
DJAVA.COMPILER=NONE to the
Java Run Time Parameters text field.
- Click
Apply.
Option 2: Use the check box on the Oracle JInitiator Properties dialog to disable the Just In Time Compiler (only available since version
1.1.8.x).
- Launch the JInitiator Control Panel.
- Select the
Advanced tab.
- Uncheck the
Enable Just In Time Compiler checkbox.
- Click
Apply.
Option 3: Define environment variable:
JAVA_COMPILER=NONE.
- Right-click
My Computer and choose
Properties.
- Choose
Advanced.
- Choose
Environment Variables.
- Under
System Variables click
New.
- For
Variable Name enter
JAVA_COMPILER.
- For
Variable Value enter
NONE.
- Click
OK to exit out of dialogs.