Applets stopped working in Internet Explorer 11

In general, the situation is as follows:

I am involved in the development of a website using applets.

Environment:

  • Internet Explorer 11 (the office insists)
  • Microsoft Windows 7 Enterprise x64
  • jdk 8.65
  • domain system with a wide range of possible security policies

With the applet itself, I don't work so often, but once or twice a week I have to (as the card will fall).So, during the last week, you have my applets stopped loading.

I want to immediately draw attention to the fact that I I DON'T KNOW WHEN OR AFTER WHAT they stopped loading, as I said that I don't work with them often. In order to clarify the situation a little, I will explain what the phrase does not load.

I do not raise the process of the virtual machine, the console window does not appear (the permanent display check box is marked), the applet launch confirmation window does not pop up, etc. The problem looks exactly as it sounds. Applets just don't load on more than one site (even if they don't load on the same site). java.com).

Now there are two such computers. They are not related to each other. I've been Googling for two days now, but nothing helps. I am an ordinary programmer in this office, and I have no access to AD, GP and other exotic animals.

From the tried and done:

  • In IE, java script support is enabled
  • In Java Configuration, I cleaned the cache (and turned it off altogether)
  • In Java Configuration settings reset
  • In Java Configuration, the site and files were added to the list of trusted sites
  • In Java Configuration, the Enable Java content in browser check box is set to
  • In IE, the cache was cleaned, the settings were reset, the settings for the zones were also reset.
  • jdk reinstalled (4 times: 8.65, 7.79, 8.60, 8.65)
  • The computer rebooted many times
  • Another user with equal and different rights (domain system) on my computer-does not work
  • My the user on another computer - everything works

Everything was checked on the same revision of the same project.

Guys, please help me. I really do not want to resort to reinstalling the system.

Author: Denis, 2015-10-26

2 answers

The second time there was a similar problem.

This time the reason was found faster.

It stopped working after reinstalling Java (you had to delete and check the site without java). When put back-applets do not work

3 days poked around until I noticed that the bit depth of the Java plugin installed in the IE is x64, and the browser has x32 (for some reason, there was no x64 IE o_O on the computer)

Replaced it JRE x64 on JRE x32 - Earned

Since we have a centralized software update, it is quite possible that the last time it fixed everything (a centralized Java update sent JRE x32), and the updates had nothing to do with the case

 2
Author: Sergey Teryoshin, 2016-06-03 10:57:45

The problem was solved as unexpectedly as it appeared.

This morning, the updates for Windows 7 were installed. I'm not sure exactly, but it seems that they have helped.

  • Internet Explorer 11 - KB3100773
  • .NET Framework 3.5.1 - KB3097989
  • Windows 7 x64 - KB3081320
  • Windows 7 x64 - KB3092601
  • Windows 7 x64 - KB3097877
  • Windows 7 x64 - KB3101246
  • Windows 7 x64 - KB3101722
  • Windows 7 x64 - KB3101746
 0
Author: Sergey Teryoshin, 2015-11-20 09:00:58