show/hide this revision's text 2 added 31 characters in body

My approach would be to use the JavaScript navigator.javaEnabled() to check if there is some Java version available.

Then you can use System.getProperty("java.version") from within a Java applet itself. That should be enough to get you the version information, such as 1.6.0_03.

show/hide this revision's text 1

My approach would be to use the JavaScript navigator.javaEnabled() to check if there is some Java version available.

Then you can use System.getProperty("java.version") from within a Java applet itself. That should be enough to get you the version information.