Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.security > #272
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.security |
| Subject | Re: Java version at IE |
| Organization | Canadian Mind Products |
| Message-ID | <bm56n8p2unomj130knb1q7pvei2kiqavp2@4ax.com> (permalink) |
| References | <atfbm8Fnb6sU1@mid.individual.net> |
| Date | 2013-04-20 15:32 -0700 |
On Sat, 20 Apr 2013 13:15:19 +0200, Jörg <nn@7b5.de> wrote, quoted or indirectly quoted someone who said : >if I have Windows7 and IE and several Java JREs 1.7.0_xx installed. Are >all versions available to be used by applets or will IE always run the >latest version? Were is some documentation about that? Applets don't specify the version they want, so I would expect you would always get the latest 32 version. There is usually just one instance of the JVM running. So all Appets would have to use the same version. Java Web Start works outside the browser. The JNLP file specifies which JVM you want, so I would expect the request to be honoured. You could find out by running Wassup which will run as an Applet under various JVMs http://mindprod.com/products1.html#WASSUP -- Roedy Green Canadian Mind Products http://mindprod.com Computer programming is the best remedy for pain (physical or emotional) I have encountered. It requires so much concentration there is nothing left over to pay attention to the pain. They should teach this in AA.
Back to comp.lang.java.security | Previous | Next — Previous in thread | Find similar
Java version at IE Jörg <nn@7b5.de> - 2013-04-20 13:15 +0200 Re: Java version at IE Roedy Green <see_website@mindprod.com.invalid> - 2013-04-20 15:32 -0700
csiph-web