I wanna detect if java is enabled in a browser without running any jars.I did this in Chrome and Firefox with the navigator.plugins and it's working great, but in IE its returning always true.Any ideas?Thanx in advance.
Asked
Active
Viewed 111 times
2
-
We check it via a callback. If the Applet is not running, no callback is called -> definitievly not enabled. But we can not distinguish between not enabled and not running. – Grim Oct 08 '14 at 14:36
-
I know this.Im asking something different. – gamwtoxristo Oct 09 '14 at 09:10