I have a webpage that loads an applet. If I have 32 bit jre installed, everything works fine, but when I have only 64 bit jre, IE 11 crashes as soon as I open the page.
Also, when I keep both 32 and 64 bit then no matter what I keep in my environment variables, page loads but the applet is run by the 32 bit jvm even if I have not put its path anywhere.
Both 32 and 64 bit versions are same i.e 8u51.
I have also tried disabling all add-ons of IE, but no luck. There is no log generated nothing, so I don't know where to look.
The only reason I can think of is that there is some dll conflict. I am using JNI in the applet.
Also, why does it pick the 32 bit jvm by itself when I have not specified anywhere?