views:

71

answers:

2

Hi, Is there a way to detect if java is disabled in Explorer?

navigator.javaEnabled() //This always returns true even if java is not installed
A: 

You may want to read this: http://www.javatester.org/enabled.html

FractalizeR
Nice, but I get the same behavior when java is installed or disabled. And this is what I want to detect.
A: 

OK, here is an official doc: http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/launch.html

FractalizeR
I saw this before, but it's the same thing. I cannot detect if java is not working because of it's not installed of has been disabled. Thanks anyway!