About JRE Confirmation....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    About JRE Confirmation....

    I want to remind the user about JRE ( Java Runtime Environment ) that was not installed in his machine by a dialog....

    I have some applets on my webpage....

    I am new to Javascript....

    Can anyone tell me how to implement it?

    Guide....
    Algo....
    Pattern....

    If any?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can only test if the browser has Java enabled using navigator.javaE nabled(), not if JRE is installed on the client machine.

    Comment

    Working...