Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14552
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: "java_sersion" Applet parameter's Expected behaviour |
| Date | 2012-05-15 15:20 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <27473115.156.1337120428494.JavaMail.geo-discussion-forums@pbcqc3> (permalink) |
| References | <cd1a43f4-1042-4fd8-8e9d-32012efa9c6a@k10g2000pbk.googlegroups.com> <ef60eb8f-507e-422e-8ab3-eaa3817ade84@o3g2000pby.googlegroups.com> <28922109.21.1336768324469.JavaMail.geo-discussion-forums@pbqn10> |
Lew wrote: > Did you write your applet to take a "java_version" parameter? If not, there's your error. > ... > Where did you find an indication of an applet parameter to specify the Java version? > Please cite your reference. As usual I discovered my error long after posting wrong information. There indeed is such a parameter now, since Java 5, as indicated in the OP's link in another thread. In detail: <http://jdk6.java.net/plugin2/version-selection/#BEHAVIOR> Nutshell: the JRE will be the latest version available if you specify "family +" and you don't have that family (plus) installed. "When considering a request to launch an applet on a particular family or any later family, the latest available JRE will be used to launch the applet." So the OP is complaining about the intended behavior. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
"java_sersion" Applet parameter's Expected behaviour Richard Maher <maherrj@googlemail.com> - 2012-05-09 20:36 -0700
Re: "java_sersion" Applet parameter's Expected behaviour Richard Maher <maherrj@googlemail.com> - 2012-05-11 07:27 -0700
Re: "java_sersion" Applet parameter's Expected behaviour Lew <lewbloch@gmail.com> - 2012-05-11 13:32 -0700
Re: "java_sersion" Applet parameter's Expected behaviour Lew <lewbloch@gmail.com> - 2012-05-15 15:20 -0700
csiph-web