How can I detect the Java runtime installed on a client from an ASP .NET website?
Posted
by Carl
on Stack Overflow
See other posts from Stack Overflow
or by Carl
Published on 2009-01-29T13:14:57Z
Indexed on
2010/03/13
9:25 UTC
Read the original article
Hit count: 578
I have an ASP .NET website that hosts a Java applet. The Java applet requires version 1.6 Update 11 of the Java runtime.
How can I detect that a client has the appropriate runtime installed so that I can display an informative message if they do not?
Thanks,
Carl.
EDIT: The solution must be platform independant.
© Stack Overflow or respective owner