The topic-title speaks for itself. Is it possible to check if the client has JDK installed trough javascript? I know that it is possible to check the os and the browser but is that possible too?
You can check whether the client has java enabled with window.navigator.javaEnabled().
Note that:
The return value for this method indicates whether the preference that controls Java is on or off - not whether the browser offers Java support in general.
For more information, have a look at https://developer.mozilla.org/en/DOM/window.navigator.javaEnabled
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With