Re: How to cause IE to use specific plugin?




andrewthommo@xxxxxxxxx писал(а):

mgolubitsky@xxxxxxxxx wrote:
...
I was trying different things to cause IE to use 1.4 plugin, but didn't
succeded. Although browser's option says "Use Java 2 v 1.4.2_06 for
<applet>" and in HTML written:
<OBJECT classid = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
codebase =
"http://java.sun.com/update/1.4.2/jinstall-1_4_2_06-windows-i586.cab#Version=1,4,2,60";

This list...
http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/autodl-files.html
States "Note that not every release of the JRE has an associated .cab
file for autodownload."

If you copy paste one of those URL's in the list into your brower's
address bar and try and fetch it you should see a file download dialog.
..Now change the address to the Java version you are specifiying
(the complete URL in the codebase) and try it again.

Andrew T.

From the link that you provided I learned that autodownloading of JRE
version that I specified will not work. But my question is why applet
is not running in 1.4 JRE that already installed in the system and
specifically stated in HTML if 1.5 version is present too?

.



Relevant Pages