Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run 64 bit Java with Internet explorer 11

I have Internet explorer 11. I have some help files which run only with 64 bit Java. By default IE was launching in 32 bit. After googling I found by enabling Enhanced protection, IE will launch in 64 bit. I was able to achieve IE in 64 bit. However it was still launching 32 bit Java.

Please note:- When there was a separate option of 64 bit with IE 9. I was able to run the help files with 64 bit version.

Please let me know how to run IE 11 with 64 bit Java in windows 7.

like image 924
Rohit Agrawal Avatar asked Feb 01 '14 14:02

Rohit Agrawal


1 Answers

I was searching for the same problem, here is the solution:

You only have to execute this script (save with .reg extension):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"TabProcGrowth"=dword:00000000

Then you can stop and launch again IE x64 that will now work with Java x64. :)

like image 63
user5283850 Avatar answered Oct 19 '22 01:10

user5283850