Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14512

"java_sersion" Applet parameter's Expected behaviour

From Richard Maher <maherrj@googlemail.com>
Newsgroups comp.lang.java.programmer
Subject "java_sersion" Applet parameter's Expected behaviour
Date 2012-05-09 20:36 -0700
Organization http://groups.google.com
Message-ID <cd1a43f4-1042-4fd8-8e9d-32012efa9c6a@k10g2000pbk.googlegroups.com> (permalink)

Show all headers | View raw


Hi,

In my Applet's <object> tag I specify the "java_sersion" parameter as
follows: -

<param name="java_version"       value="1.7+">

I'd expected this clause to trigger the Java plugin (as long as after
1.6_10) to throw/report some sort of excption if there was now Java
version available >= 1.7. Unfortunately, the Java plugin (1.6_31 in
this case) seems very happy just to attempt to run the Applet on that
version and ignore the later version requirement.

Is this to be expected?

Have I specified the parameter incorrectly?

I thought it might just have been crappy Safari on OS/X but it also
limps-on or completely ignores this parameter on FireFox and Windows.

I would like the Applet load to fail if there is no 1.7+ version; how
can I achieve this?

Cheers Richard Maher

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar | Unroll thread


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