views:

14

answers:

0

Hi,

We have a .NET application that is loading a java applet through the IE control.

the problem started when we upgraded our server to 64 bit (window xp) and using JRE version to use 1.6-18. Since then, the applet is stop loading when it using the JRE 1.6 .

I also tested it to see if it was running under 32 bit IE running on a 64 bit machine (with jra 1.5) and it worked with no problem.

From what understand is that java applet always takes the higher java version that installed on the machine. is their anyway to point the applet to use specific JRE?

Thanks for the help?