View Full Version : Detect java enabled...


Rodie
09-23-2005, 08:34 PM
Hi all

I made a Java applet. I then need the Java Virtual Machine.
The problem is that I would like to test the case where the user has the JVM, but Java is not enabled.
On Internet Explorer (v6), navigator.javaEnabled() does not work because always return TRUE.
Does someone know how I can check the "java enabled" programatically ?

Thanks a lot :waves: