On Wed, Nov 9, 2016 at 1:26 PM, rpnpif <rpn...@free.fr> wrote: > Package: openjdk-7-jre > Version: 7u111-2.6.7-2~deb8u1 > Severity: normal > > Dear Maintainer, > > After the last security update, now java is unusable in Firefox with > icedtea-7-plugin on all applets.
I was unable to reproduce this. > On https://www.java.com/en/download/installed.jsp, an exception occurs : > > IcedTea-Web Plugin version: 1.5.3 (1.5.3-1) > Wed Nov 09 16:16:49 CET 2016 Yes, this particular test fails, but the actual error is: [tdaitx][ITW-APPLET][ERROR_ALL][Wed Nov 09 17:32:09 UTC 2016][net.sourceforge.jnlp.runtime.JNLPClassLoader.checkForMain(JNLPClassLoader.java:835)] NETX Thread# 673fcb2c, name Applet: JAR https://www.java.com/en/download/JavaDetection.jar not found. Continuing. or from the terminal console: java.io.FileNotFoundException: https://www.java.com/en/download/JavaDetection.jar And indeed that jar file is not available at that location, so no wonder that applet won't work. I could get other applets to work on Jessie with IceWeasel, eg: https://www.w3.org/People/mimasa/test/object/java/clock -thanks