Re: How to cause IE to use specific plugin?




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.

.



Relevant Pages

  • Re: Is it possible to find out codebase value from JWS app?
    ... java application when using JWS? ... Many apps. ... had used hackich code to discover the codebase. ... server of the JWS app only on request by the user. ...
    (comp.lang.java.programmer)
  • Re: How to cause IE to use specific plugin?
    ... States "Note that not every release of the JRE has an associated .cab ... 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) ...
    (comp.lang.java.help)
  • Re: html, applet & jar
    ... Java is case-sensitive. ... Here is a typical working applet tag: ... Try putting your jar in the same directory as the invoking HTML. ... I suspect yourg biggest problem is meshing your codebase and archive ...
    (comp.lang.java.programmer)
  • Re: fairly large webapp: from Java to Python. experiences?
    ... unfair (the code below would be more suitable for the comparrison). ... Though String.formatis new in Java 1.5 so in older code or for backward compatibility the longer code may be found. ... OTOH Python has supported % formatting since at least version 1.4 released in 1996. ... The 'usually smaller' I mentioned is because sometimes java code gets smaller because of the already-existing codebase... ...
    (comp.lang.python)