Does Internet Explorer understand .jar file in applet tag of applet (applet archive="foo.jar" ...) or does it only understand .cab files for getting Java classes?
Created May 4, 2012
John Zukowski Internet Explorer understands JAR files when the code isn't signed. If you need to use trusted classes in IE, they must come from signed CAB files.