Is there a reliable way of detecting what version of Java is installed on the client's machine using JavaScript?
|
|
Check out the code in the Java Deployment Toolkit. |
||
|
|
|
Googling for
yields a couple of results, this one looks like it might be useful. In essence, it tries to load a Java applet and then JavaScript asks the applet. |
||
|
|
|
|
You can use the PluginDetect library from here: http://www.pinlady.net/PluginDetect/ |
||
|
|
|
|
If you use Google Analytics, this post might be helpful (see the forum thread for more details). |
||
|
|
