Sunday, June 2, 2013

Fixing Internet Explorer (IE8 or more ) Crash on Launching Oracle Forms Application with jInitiator

Oracle Forms applications, uses Java applets to run inside any browser, on most platforms. 

Oracle Forms applications by default uses Oracle’s jInitiator which is a JVM made by Oracle and allows a web enabled Oracle Forms client application to be run inside a web browser.

When I launched Internet Explorer –It  crashes. Did few things, such as disabling all addons, getting rid of Sun’s JVM , but made no difference.

Finally I found a solution to replace the JVM.dll file.

Rename  the original jvm.dll (present in C:\Program Files\Oracle\Jinitiator 1.3.xx\bin\hotspot  directory) to, say jvm.dll.old.

Download the jvm.dll file from below link.

jvm.dll - https://docs.google.com/file/d/0B0ES7eZT7FMZTUswMUliT2pWVUk/edit?usp=sharing


Copy and paste the downloaded jvm.dll file to /bin/hotspot directory.

Restart the browser, IE shouldn’t crash anymore.

Cheers
Rajani

No comments:

Post a Comment