Java applet not working in java7 on load / reload page in IE9

I am running an applet in a web application (ASP.NET) deployment using deployJava.js . It worked / works fine on Java 6 u XX.

After the last update of Java 7u5, I ran into an incomprehensible problem. Applet works fine on IE9, at first, but after any reboot (F5 or postback) the applet just freezes.

Java Plug-in 10.5.0.05
Using JRE version 1.7.0_05-b05 Java HotSpot(TM) Client VM
User home directory = C:\Users\***

basic: Starting applet teardown
basic: Finished applet teardown
basic: Removed progress listener: sun.plugin.util.ProgressMonitorAdapter@2e749c
plugin2manager.parentwindowDispose

On Firefox and Chrome, the applet works fine. After downgrading the JRE to 6, all browsers (including IE-9) work fine.

I read a couple of Java / Oracle / IE9 tickets with the same problem and tried the prescribed work, but they did not help:

BTW: IE9 iexplorer.exe 130 - 180 . iexplorer.exe /.

, , . .

- IE9 Java7?

+5
4

IE9, "object" -Tag "" IE9 IE9-- X-UA HTML . Java6, Java7.

+3

Java-.

Java 7u4 7u5.

... , , Java-... 7u5 6uXX . Java 7.

:

  • n- .

Oracle .

Oracle:

http://www.java.com/en/download/testjava.jsp

, . ?

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7176027

/.

/, Oracle, , !

+2

- IE9 Java 7. , , .

, - Oracle, , . Java 7 Update 6 JRE 22 2012 , - , .

+1

. , , , VM :

var attributes = {
    code: '...',
    archive: '...',
    width: '...',
    height: '...',
    separate_jvm: true
};
var parameters = {
};
var version = '1.7';
deployJava.runApplet(attributes, parameters, version);
0

All Articles