java version detection and browser notification
- From: "G. Garrett Campbell" <g395@xxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 13:16:31 -0700
I have some applet users who have very old java versions (microsoft vm or
versions < 1.5)
I would like to notify them with a request to update their java version.
I created a java applet containing
version = System.getProperty("java.version");
Then I compiled it under java 1.2 (javac).
That works to collect the version number.
____
Now I want to notify them.
Ideally I would do appletContext.showDocument(url) to
pop up a web page with a link to www.java.com to install newer java code.
But showDocument is a 1.4+ method.
Any ideas on how to show a web page from an old java version?
Any better ideas on notification? (Javascript maybe?)
Thanks
.
- Follow-Ups:
- Re: java version detection and browser notification
- From: Roedy Green
- Re: java version detection and browser notification
- From: Paul Geisler
- Re: java version detection and browser notification
- From: Andrew Thompson
- Re: java version detection and browser notification
- From: douggunnoe@xxxxxxxxx
- Re: java version detection and browser notification
- Prev by Date: Closing ServletInputStream
- Next by Date: Re: Selecting target CPU for thread
- Previous by thread: Closing ServletInputStream
- Next by thread: Re: java version detection and browser notification
- Index(es):
Relevant Pages
|