How can i find JRE is installed or not if installed, how can i find it's enable.?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gan
    New Member
    • Aug 2007
    • 11

    How can i find JRE is installed or not if installed, how can i find it's enable.?

    Hi,

    I have a java applet on my webpage. It works on most browsers but on
    certain broswers (like IE7) that have JRE disabled by default, it
    doesn't work.

    I want to detect whether JRE is installed or not and if it is
    installed, is it enabled or disabled. Can this be done in JS? If so
    can someone please tell me how?

    Thanks
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Try the Navigator object's javaEnabled() method.

    Comment

    Working...